@@ -34,25 +34,32 @@ dependencyResolutionManagement {
34
34
35
35
dependencyResolutionManagement {
36
36
components {
37
- withModule(" co.elastic.logging:log4j2-ecs-layout " , ExcludeTransitivesRule )
38
- withModule( " com. azure:azure -core" , ExcludeTransitivesRule )
37
+ withModule(" com.azure:azure-core " , ExcludeTransitiveOtherGroupsRule )
38
+ // brings in azure-core-http-netty. not used
39
39
withModule(" com.azure:azure-core-http-netty" , ExcludeTransitivesRule )
40
- withModule(" com.azure:azure-core-http-okhttp" , ExcludeTransitivesRule )
40
+ withModule(" com.azure:azure-core-http-okhttp" , ExcludeTransitiveOtherGroupsRule )
41
+
42
+ // brings in net.java.dev.jna:jna-platform:5.6.0. We use 5.12.1.
43
+ // brings in com.azure:azure-core-http-netty:1.15.1
41
44
withModule(" com.azure:azure-identity" , ExcludeTransitivesRule )
42
- withModule(" com.azure:azure-storage-blob" , ExcludeTransitivesRule )
43
- withModule(" com.azure:azure-storage-blob-batch" , ExcludeTransitivesRule )
44
- withModule(" com.azure:azure-storage-common" , ExcludeTransitivesRule )
45
+
46
+ // brings in com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2. We use 2.15.0
47
+ withModule(" com.azure:azure-storage-blob" , ExcludeTransitiveOtherGroupsRule )
48
+ withModule(" com.azure:azure-storage-blob-batch" , ExcludeTransitiveOtherGroupsRule )
49
+ withModule(" com.azure:azure-storage-common" , ExcludeTransitiveOtherGroupsRule )
45
50
withModule(" com.azure:azure-storage-internal-avro" , ExcludeTransitivesRule )
51
+
46
52
withModule(" com.carrotsearch.randomizedtesting:randomizedtesting-runner" , ExcludeTransitivesRule )
47
- withModule(" com.fasterxml.jackson.core:jackson-annotations " , ExcludeTransitivesRule )
48
- withModule( " com.fasterxml. jackson.core: jackson-core " , ExcludeTransitivesRule )
53
+ withModule(" com.fasterxml.jackson.core:jackson-core " , ExcludeTransitiveOtherGroupsRule )
54
+ // brings in jackson-databind and jackson-annotations not used
49
55
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" , ExcludeTransitivesRule )
50
56
withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile" , ExcludeTransitivesRule )
51
- withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml" , ExcludeTransitivesRule )
52
- withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , ExcludeTransitivesRule )
53
- withModule(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" , ExcludeTransitivesRule )
57
+
58
+ withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml" , ExcludeTransitiveOtherGroupsRule )
59
+ withModule(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , ExcludeTransitiveOtherGroupsRule )
60
+
61
+ // brings in jakarta.activation:jakarta.activation-api:1.2.2. We use 1.2.1.
54
62
withModule(" com.fasterxml.jackson.module:jackson-module-jaxb-annotations" , ExcludeTransitivesRule )
55
- withModule(" com.fasterxml.woodstox:woodstox-core" , ExcludeTransitivesRule )
56
63
withModule(" com.google.api-client:google-api-client" , ExcludeTransitivesRule )
57
64
withModule(" com.google.api.grpc:proto-google-cloud-storage-v2" , ExcludeTransitivesRule )
58
65
withModule(" com.google.api.grpc:proto-google-common-protos" , ExcludeTransitivesRule )
0 commit comments