We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5409360 commit 05926c6Copy full SHA for 05926c6
.github/workflows/trigger_dep_builds_v3.yml
@@ -26,13 +26,14 @@ jobs:
26
- 'FasterXML/jackson-dataformat-xml'
27
- 'FasterXML/jackson-datatypes-collections'
28
- 'FasterXML/jackson-datatypes-misc'
29
+ - 'FasterXML/jackson-datatype-hibernate'
30
- 'FasterXML/jackson-datatype-joda'
31
- 'FasterXML/jackson-module-kotlin'
32
- 'FasterXML/jackson-module-scala'
33
- 'FasterXML/jackson-jaxrs-providers'
34
- 'FasterXML/jackson-jakarta-rs-providers'
- - 'FasterXML/jackson-integration-tests'
35
- 'FasterXML/jackson-benchmarks'
36
+ - 'FasterXML/jackson-integration-tests'
37
38
steps:
39
- name: Repository dispatch
0 commit comments