Skip to content

Commit 8a434c4

Browse files
committed
Revisit some jackson dependencies
1 parent c425130 commit 8a434c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

settings.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ dependencyResolutionManagement {
5555
withModule("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor", ExcludeTransitivesRule)
5656
withModule("com.fasterxml.jackson.dataformat:jackson-dataformat-smile", ExcludeTransitivesRule)
5757

58+
// brings woodstox-core 6.7.0, we use 6.5.1
5859
withModule("com.fasterxml.jackson.dataformat:jackson-dataformat-xml", ExcludeTransitiveOtherGroupsRule)
60+
61+
// brings in snakeyaml with wrong version
5962
withModule("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", ExcludeTransitiveOtherGroupsRule)
6063

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)
6365
withModule("com.google.api-client:google-api-client", ExcludeTransitivesRule)
6466
withModule("com.google.api.grpc:proto-google-cloud-storage-v2", ExcludeTransitivesRule)
6567
withModule("com.google.api.grpc:proto-google-common-protos", ExcludeTransitivesRule)

0 commit comments

Comments
 (0)