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 {
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 )
You can’t perform that action at this time.
0 commit comments