File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,13 @@ dependencyResolutionManagement {
55
55
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" , ExcludeTransitivesRule )
56
56
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile" , ExcludeTransitivesRule )
57
57
58
+ // brings woodstox-core 6.7.0, we use 6.5.1
58
59
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml" , ExcludeTransitiveOtherGroupsRule )
60
+
61
+ // brings in snakeyaml with wrong version
59
62
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , ExcludeTransitiveOtherGroupsRule )
60
63
61
- // brings in jakarta.activation:jakarta.activation-api:1.2.2. We use 1.2.1.
62
- withModule(" com.fasterxml.jackson.module:jackson-module-jaxb-annotations" , ExcludeTransitivesRule )
64
+ withModule(" com.fasterxml.jackson.module:jackson-module-jaxb-annotations" , ExcludeTransitiveOtherGroupsRule )
63
65
withModule(" com.google.api-client:google-api-client" , ExcludeTransitivesRule )
64
66
withModule(" com.google.api.grpc:proto-google-cloud-storage-v2" , ExcludeTransitivesRule )
65
67
withModule(" com.google.api.grpc:proto-google-common-protos" , ExcludeTransitivesRule )
You can’t perform that action at this time.
0 commit comments