1
1
import org.elasticsearch.gradle.internal.dependencies.rules.ExcludeTransitivesRule
2
- import org.elasticsearch.gradle.internal.dependencies.rules.SpotlessRule
3
2
import org.elasticsearch.gradle.internal.toolchain.AdoptiumJdkToolchainResolver
4
3
import org.elasticsearch.gradle.internal.toolchain.ArchivedOracleJdkToolchainResolver
5
4
import org.elasticsearch.gradle.internal.toolchain.OracleOpenJdkToolchainResolver
6
5
7
- // import org.elasticsearch.gradle.internal.dependencies.rules.CodeQualityRule
8
-
9
6
pluginManagement {
10
7
repositories {
11
8
mavenCentral()
@@ -36,20 +33,15 @@ dependencyResolutionManagement {
36
33
37
34
dependencyResolutionManagement {
38
35
components {
39
- withModule(" co.elastic.apm:elastic-apm-agent" , ExcludeTransitivesRule )
40
- withModule(" co.elastic.apm:elastic-apm-agent-java8" , ExcludeTransitivesRule )
41
- withModule(" co.elastic.clients:elasticsearch-java" , ExcludeTransitivesRule )
42
36
withModule(" co.elastic.logging:log4j2-ecs-layout" , ExcludeTransitivesRule )
43
37
withModule(" com.azure:azure-core" , ExcludeTransitivesRule )
44
38
withModule(" com.azure:azure-core-http-netty" , ExcludeTransitivesRule )
45
39
withModule(" com.azure:azure-core-http-okhttp" , ExcludeTransitivesRule )
46
40
withModule(" com.azure:azure-identity" , ExcludeTransitivesRule )
47
- withModule(" com.azure:azure-json" , ExcludeTransitivesRule )
48
41
withModule(" com.azure:azure-storage-blob" , ExcludeTransitivesRule )
49
42
withModule(" com.azure:azure-storage-blob-batch" , ExcludeTransitivesRule )
50
43
withModule(" com.azure:azure-storage-common" , ExcludeTransitivesRule )
51
44
withModule(" com.azure:azure-storage-internal-avro" , ExcludeTransitivesRule )
52
- withModule(" com.azure:azure-xml" , ExcludeTransitivesRule )
53
45
withModule(" com.carrotsearch.randomizedtesting:randomizedtesting-runner" , ExcludeTransitivesRule )
54
46
withModule(" com.fasterxml.jackson.core:jackson-annotations" , ExcludeTransitivesRule )
55
47
withModule(" com.fasterxml.jackson.core:jackson-core" , ExcludeTransitivesRule )
@@ -60,13 +52,6 @@ dependencyResolutionManagement {
60
52
withModule(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" , ExcludeTransitivesRule )
61
53
withModule(" com.fasterxml.jackson.module:jackson-module-jaxb-annotations" , ExcludeTransitivesRule )
62
54
withModule(" com.fasterxml.woodstox:woodstox-core" , ExcludeTransitivesRule )
63
- withModule(" com.github.docker-java:docker-java-api" , ExcludeTransitivesRule )
64
- withModule(" com.github.docker-java:docker-java-core" , ExcludeTransitivesRule )
65
- withModule(" com.github.docker-java:docker-java-transport" , ExcludeTransitivesRule )
66
- withModule(" com.github.docker-java:docker-java-transport-zerodep" , ExcludeTransitivesRule )
67
- withModule(" com.github.javaparser:javaparser-core" , ExcludeTransitivesRule )
68
- withModule(" com.github.spullara.mustache.java:compiler" , ExcludeTransitivesRule )
69
- withModule(" com.github.stephenc.jcip:jcip-annotations" , ExcludeTransitivesRule )
70
55
withModule(" com.google.api-client:google-api-client" , ExcludeTransitivesRule )
71
56
withModule(" com.google.api.grpc:proto-google-cloud-storage-v2" , ExcludeTransitivesRule )
72
57
withModule(" com.google.api.grpc:proto-google-common-protos" , ExcludeTransitivesRule )
@@ -75,25 +60,20 @@ dependencyResolutionManagement {
75
60
withModule(" com.google.api:gax" , ExcludeTransitivesRule )
76
61
withModule(" com.google.api:gax-httpjson" , ExcludeTransitivesRule )
77
62
withModule(" com.google.apis:google-api-services-storage" , ExcludeTransitivesRule )
78
- withModule(" com.google.auth:google-auth-library-credentials" , ExcludeTransitivesRule )
79
63
withModule(" com.google.auth:google-auth-library-oauth2-http" , ExcludeTransitivesRule )
80
64
withModule(" com.google.cloud:google-cloud-core" , ExcludeTransitivesRule )
81
65
withModule(" com.google.cloud:google-cloud-core-http" , ExcludeTransitivesRule )
82
66
withModule(" com.google.cloud:google-cloud-storage" , ExcludeTransitivesRule )
83
67
withModule(" com.google.code.gson:gson" , ExcludeTransitivesRule )
84
- withModule(" com.google.guava:failureaccess" , ExcludeTransitivesRule )
85
68
withModule(" com.google.guava:guava" , ExcludeTransitivesRule )
86
69
withModule(" com.google.http-client:google-http-client" , ExcludeTransitivesRule )
87
70
withModule(" com.google.http-client:google-http-client-appengine" , ExcludeTransitivesRule )
88
71
withModule(" com.google.http-client:google-http-client-gson" , ExcludeTransitivesRule )
89
72
withModule(" com.google.http-client:google-http-client-jackson2" , ExcludeTransitivesRule )
90
73
withModule(" com.google.jimfs:jimfs" , ExcludeTransitivesRule )
91
74
withModule(" com.google.oauth-client:google-oauth-client" , ExcludeTransitivesRule )
92
- withModule(" com.google.protobuf:protobuf-java" , ExcludeTransitivesRule )
93
75
withModule(" com.google.protobuf:protobuf-java-util" , ExcludeTransitivesRule )
94
76
withModule(" com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer" , ExcludeTransitivesRule )
95
- withModule(" com.googlecode.plist:dd-plist" , ExcludeTransitivesRule )
96
- withModule(" com.ibm.icu:icu4j" , ExcludeTransitivesRule )
97
77
withModule(" com.maxmind.geoip2:geoip2" , ExcludeTransitivesRule )
98
78
withModule(" com.microsoft.azure:azure-core" , ExcludeTransitivesRule )
99
79
withModule(" com.microsoft.azure:azure-svc-mgmt-compute" , ExcludeTransitivesRule )
@@ -109,27 +89,15 @@ dependencyResolutionManagement {
109
89
withModule(" com.microsoft.kiota:microsoft-kiota-serialization-multipart" , ExcludeTransitivesRule )
110
90
withModule(" com.microsoft.kiota:microsoft-kiota-serialization-text" , ExcludeTransitivesRule )
111
91
withModule(" com.networknt:json-schema-validator" , ExcludeTransitivesRule )
112
- withModule(" com.nimbusds:content-type" , ExcludeTransitivesRule )
113
- withModule(" com.nimbusds:lang-tag" , ExcludeTransitivesRule )
114
- withModule(" com.nimbusds:nimbus-jose-jwt" , ExcludeTransitivesRule )
115
92
withModule(" com.nimbusds:oauth2-oidc-sdk" , ExcludeTransitivesRule )
116
93
withModule(" com.squareup.okhttp3:okhttp" , ExcludeTransitivesRule )
117
94
withModule(" com.squareup.okio:okio" , ExcludeTransitivesRule )
118
95
withModule(" com.squareup.okio:okio-jvm" , ExcludeTransitivesRule )
119
- withModule(" com.squareup:javapoet" , ExcludeTransitivesRule )
120
- withModule(" com.sun.activation:jakarta.activation" , ExcludeTransitivesRule )
121
96
withModule(" com.sun.mail:jakarta.mail" , ExcludeTransitivesRule )
122
97
withModule(" com.sun.xml.bind:jaxb-impl" , ExcludeTransitivesRule )
123
- withModule(" com.unboundid:unboundid-ldapsdk" , ExcludeTransitivesRule )
124
98
withModule(" com.wdtinc:mapbox-vector-tile" , ExcludeTransitivesRule )
125
- withModule(" commons-cli:commons-cli" , ExcludeTransitivesRule )
126
- withModule(" commons-collections:commons-collections" , ExcludeTransitivesRule )
127
- withModule(" commons-io:commons-io" , ExcludeTransitivesRule )
128
- withModule(" commons-lang:commons-lang" , ExcludeTransitivesRule )
129
99
withModule(" io.dropwizard.metrics:metrics-core" , ExcludeTransitivesRule )
130
- withModule(" io.github.std-uritemplate:std-uritemplate" , ExcludeTransitivesRule )
131
100
withModule(" io.grpc:grpc-api" , ExcludeTransitivesRule )
132
- withModule(" io.grpc:grpc-context" , ExcludeTransitivesRule )
133
101
withModule(" io.netty:netty-buffer" , ExcludeTransitivesRule )
134
102
withModule(" io.netty:netty-codec" , ExcludeTransitivesRule )
135
103
withModule(" io.netty:netty-codec-dns" , ExcludeTransitivesRule )
@@ -146,7 +114,6 @@ dependencyResolutionManagement {
146
114
withModule(" io.opencensus:opencensus-api" , ExcludeTransitivesRule )
147
115
withModule(" io.opencensus:opencensus-contrib-http-util" , ExcludeTransitivesRule )
148
116
withModule(" io.opentelemetry:opentelemetry-api" , ExcludeTransitivesRule )
149
- withModule(" io.opentelemetry:opentelemetry-common" , ExcludeTransitivesRule )
150
117
withModule(" io.opentelemetry:opentelemetry-context" , ExcludeTransitivesRule )
151
118
withModule(" io.opentelemetry:opentelemetry-exporter-common" , ExcludeTransitivesRule )
152
119
withModule(" io.opentelemetry:opentelemetry-exporter-otlp" , ExcludeTransitivesRule )
@@ -158,42 +125,26 @@ dependencyResolutionManagement {
158
125
withModule(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi" , ExcludeTransitivesRule )
159
126
withModule(" io.opentelemetry:opentelemetry-sdk-metrics" , ExcludeTransitivesRule )
160
127
withModule(" io.opentelemetry:opentelemetry-semconv" , ExcludeTransitivesRule )
161
- withModule(" io.ous:jtoml" , ExcludeTransitivesRule )
162
128
withModule(" io.projectreactor.netty:reactor-netty-core" , ExcludeTransitivesRule )
163
129
withModule(" io.projectreactor.netty:reactor-netty-http" , ExcludeTransitivesRule )
164
130
withModule(" io.projectreactor:reactor-core" , ExcludeTransitivesRule )
165
131
withModule(" io.sgr:s2-geometry-library-java" , ExcludeTransitivesRule )
166
- withModule(" jakarta.activation:jakarta.activation-api" , ExcludeTransitivesRule )
167
132
withModule(" jakarta.xml.bind:jakarta.xml.bind-api" , ExcludeTransitivesRule )
168
- withModule(" javax.inject:javax.inject" , ExcludeTransitivesRule )
169
133
withModule(" javax.mail:mail" , ExcludeTransitivesRule )
170
- withModule(" javax.servlet:javax.servlet-api" , ExcludeTransitivesRule )
171
134
withModule(" javax.xml.bind:jaxb-api" , ExcludeTransitivesRule )
172
- withModule(" joda-time:joda-time" , ExcludeTransitivesRule )
173
135
withModule(" junit:junit" , ExcludeTransitivesRule )
174
- withModule(" net.java.dev.jna:jna" , ExcludeTransitivesRule )
175
136
withModule(" net.java.dev.jna:jna-platform" , ExcludeTransitivesRule )
176
- // withModule("net.java.dev.jets3t:jets3t", ExcludeTransitivesRule)
177
- withModule(" net.jcip:jcip-annotations" , ExcludeTransitivesRule )
178
137
withModule(" net.minidev:accessors-smart" , ExcludeTransitivesRule )
179
138
withModule(" net.minidev:json-smart" , ExcludeTransitivesRule )
180
139
withModule(" net.sf.ehcache:ehcache" , ExcludeTransitivesRule )
181
- withModule(" net.sf.supercsv:super-csv" , ExcludeTransitivesRule )
182
140
withModule(" net.shibboleth.utilities:java-support" , ExcludeTransitivesRule )
183
- withModule(" org.acme:broken-log4j" , ExcludeTransitivesRule )
184
- withModule(" org.acme:dummy-io" , ExcludeTransitivesRule )
185
- withModule(" org.acme:dummy-string" , ExcludeTransitivesRule )
186
141
withModule(" org.apache.arrow:arrow-format" , ExcludeTransitivesRule )
187
142
withModule(" org.apache.arrow:arrow-memory-core" , ExcludeTransitivesRule )
188
143
withModule(" org.apache.arrow:arrow-vector" , ExcludeTransitivesRule )
189
- withModule(" org.apache.commons:commons-collections4" , ExcludeTransitivesRule )
190
144
withModule(" org.apache.commons:commons-compress" , ExcludeTransitivesRule )
191
- withModule(" org.apache.commons:commons-lang3" , ExcludeTransitivesRule )
192
- withModule(" org.apache.commons:commons-math3" , ExcludeTransitivesRule )
193
145
withModule(" org.apache.commons:commons-text" , ExcludeTransitivesRule )
194
146
withModule(" org.apache.directory.api:api-asn1-api" , ExcludeTransitivesRule )
195
147
withModule(" org.apache.directory.api:api-asn1-ber" , ExcludeTransitivesRule )
196
- withModule(" org.apache.directory.api:api-i18n" , ExcludeTransitivesRule )
197
148
withModule(" org.apache.directory.api:api-ldap-client-api" , ExcludeTransitivesRule )
198
149
withModule(" org.apache.directory.api:api-ldap-codec-core" , ExcludeTransitivesRule )
199
150
withModule(" org.apache.directory.api:api-ldap-codec-standalone" , ExcludeTransitivesRule )
@@ -207,13 +158,10 @@ dependencyResolutionManagement {
207
158
withModule(" org.apache.directory.api:api-util" , ExcludeTransitivesRule )
208
159
withModule(" org.apache.directory.jdbm:apacheds-jdbm1" , ExcludeTransitivesRule )
209
160
withModule(" org.apache.directory.mavibot:mavibot" , ExcludeTransitivesRule )
210
- withModule(" org.apache.directory.server:apacheds-core" , ExcludeTransitivesRule )
211
161
withModule(" org.apache.directory.server:apacheds-core-annotations" , ExcludeTransitivesRule )
212
162
withModule(" org.apache.directory.server:apacheds-core-api" , ExcludeTransitivesRule )
213
163
withModule(" org.apache.directory.server:apacheds-i18n" , ExcludeTransitivesRule )
214
164
withModule(" org.apache.directory.server:apacheds-interceptor-kerberos" , ExcludeTransitivesRule )
215
- withModule(" org.apache.directory.server:apacheds-interceptors-authn" , ExcludeTransitivesRule )
216
- withModule(" org.apache.directory.server:apacheds-interceptors-exception" , ExcludeTransitivesRule )
217
165
withModule(" org.apache.directory.server:apacheds-jdbm-partition" , ExcludeTransitivesRule )
218
166
withModule(" org.apache.directory.server:apacheds-kerberos-codec" , ExcludeTransitivesRule )
219
167
withModule(" org.apache.directory.server:apacheds-ldif-partition" , ExcludeTransitivesRule )
@@ -225,15 +173,10 @@ dependencyResolutionManagement {
225
173
withModule(" org.apache.directory.server:apacheds-test-framework" , ExcludeTransitivesRule )
226
174
withModule(" org.apache.directory.server:apacheds-xdbm-partition" , ExcludeTransitivesRule )
227
175
withModule(" org.apache.directory.server:ldap-client-test" , ExcludeTransitivesRule )
228
- withModule(" org.apache.ftpserver:ftplet-api" , ExcludeTransitivesRule )
229
- // withModule("org.apache.ftpserver:ftpserver-core", ExcludeTransitivesRule)
230
- withModule(" org.apache.hadoop:hadoop-auth" , ExcludeTransitivesRule )
231
176
withModule(" org.apache.hadoop:hadoop-client-api" , ExcludeTransitivesRule )
232
177
withModule(" org.apache.hadoop:hadoop-client-runtime" , ExcludeTransitivesRule )
233
178
withModule(" org.apache.hadoop:hadoop-common" , ExcludeTransitivesRule )
234
179
withModule(" org.apache.hadoop:hadoop-hdfs" , ExcludeTransitivesRule )
235
- // withModule("org.apache.hadoop:hadoop-minicluster", ExcludeTransitivesRule)
236
- withModule(" org.apache.hadoop:hadoop-yarn-common" , ExcludeTransitivesRule )
237
180
withModule(" org.apache.httpcomponents.client5:httpclient5" , ExcludeTransitivesRule )
238
181
withModule(" org.apache.httpcomponents:fluent-hc" , ExcludeTransitivesRule )
239
182
withModule(" org.apache.httpcomponents:httpasyncclient" , ExcludeTransitivesRule )
@@ -250,11 +193,10 @@ dependencyResolutionManagement {
250
193
withModule(" org.apache.kerby:kerb-simplekdc" , ExcludeTransitivesRule )
251
194
withModule(" org.apache.kerby:kerb-util" , ExcludeTransitivesRule )
252
195
withModule(" org.apache.kerby:kerby-config" , ExcludeTransitivesRule )
253
- withModule(" org.apache.kerby:kerby-pkix: " , ExcludeTransitivesRule )
196
+ withModule(" org.apache.kerby:kerby-pkix" , ExcludeTransitivesRule )
254
197
withModule(" org.apache.kerby:ldap-backend" , ExcludeTransitivesRule )
255
198
withModule(" org.apache.kerby:token-provider" , ExcludeTransitivesRule )
256
199
withModule(" org.apache.logging.log4j:log4j-1.2-api" , ExcludeTransitivesRule )
257
- withModule(" org.apache.logging.log4j:log4j-api" , ExcludeTransitivesRule )
258
200
withModule(" org.apache.logging.log4j:log4j-core" , ExcludeTransitivesRule )
259
201
withModule(" org.apache.logging.log4j:log4j-jcl" , ExcludeTransitivesRule )
260
202
withModule(" org.apache.logging.log4j:log4j-slf4j-impl" , ExcludeTransitivesRule )
@@ -298,26 +240,15 @@ dependencyResolutionManagement {
298
240
withModule(" org.apache.tika:tika-parser-text-module" , ExcludeTransitivesRule )
299
241
withModule(" org.apache.tika:tika-parser-xmp-commons" , ExcludeTransitivesRule )
300
242
withModule(" org.apache.xmlbeans:xmlbeans" , ExcludeTransitivesRule )
301
- withModule(" org.bouncycastle:bc-fips" , ExcludeTransitivesRule )
302
243
withModule(" org.bouncycastle:bcpg-fips" , ExcludeTransitivesRule )
303
244
withModule(" org.bouncycastle:bcpkix-jdk18on" , ExcludeTransitivesRule )
304
- withModule(" org.bouncycastle:bcprov-jdk18on" , ExcludeTransitivesRule )
305
245
withModule(" org.bouncycastle:bcutil-jdk18on" , ExcludeTransitivesRule )
306
- withModule(" org.carrot2:morfologik-fsa" , ExcludeTransitivesRule )
307
246
withModule(" org.carrot2:morfologik-stemming" , ExcludeTransitivesRule )
308
- withModule(" org.codehaus.woodstox:stax2-api" , ExcludeTransitivesRule )
309
- withModule(" org.cryptomator:siv-mode" , ExcludeTransitivesRule )
310
- withModule(" org.fusesource.jansi:jansi" , ExcludeTransitivesRule )
311
- withModule(" org.ini4j:ini4j" , ExcludeTransitivesRule )
312
247
withModule(" org.jetbrains.kotlin:kotlin-stdlib" , ExcludeTransitivesRule )
313
248
withModule(" org.jruby.joni:joni" , ExcludeTransitivesRule )
314
- withModule(" org.jsoup:jsoup" , ExcludeTransitivesRule )
315
249
withModule(" org.junit.jupiter:junit-jupiter" , ExcludeTransitivesRule )
316
- withModule(" org.locationtech.jts:jts-core" , ExcludeTransitivesRule )
317
- withModule(" org.locationtech.spatial4j:spatial4j" , ExcludeTransitivesRule )
318
250
withModule(" org.mockito:mockito-core" , ExcludeTransitivesRule )
319
251
withModule(" org.mockito:mockito-subclass" , ExcludeTransitivesRule )
320
- withModule(" org.ojalgo:ojalgo" , ExcludeTransitivesRule )
321
252
withModule(" org.openjdk.jmh:jmh-core" , ExcludeTransitivesRule )
322
253
withModule(" org.opensaml:opensaml-core" , ExcludeTransitivesRule )
323
254
withModule(" org.opensaml:opensaml-messaging-api" , ExcludeTransitivesRule )
@@ -341,17 +272,12 @@ dependencyResolutionManagement {
341
272
withModule(" org.ow2.asm:asm-commons" , ExcludeTransitivesRule )
342
273
withModule(" org.ow2.asm:asm-tree" , ExcludeTransitivesRule )
343
274
withModule(" org.ow2.asm:asm-util" , ExcludeTransitivesRule )
344
- withModule(" org.reactivestreams:reactive-streams" , ExcludeTransitivesRule )
345
275
withModule(" org.reactivestreams:reactive-streams-tck" , ExcludeTransitivesRule )
346
- withModule(" org.rnorth.duct-tape:duct-tape" , ExcludeTransitivesRule )
347
276
withModule(" org.slf4j:jcl-over-slf4j" , ExcludeTransitivesRule )
348
- withModule(" org.slf4j:slf4j-api" , ExcludeTransitivesRule )
349
277
withModule(" org.slf4j:slf4j-nop" , ExcludeTransitivesRule )
350
278
withModule(" org.slf4j:slf4j-simple" , ExcludeTransitivesRule )
351
279
withModule(" org.subethamail:subethasmtp" , ExcludeTransitivesRule )
352
280
withModule(" org.testcontainers:testcontainers" , ExcludeTransitivesRule )
353
- withModule(" org.threeten:threetenbp" , ExcludeTransitivesRule )
354
- withModule(" software.amazon.awssdk:annotations" , ExcludeTransitivesRule )
355
281
withModule(" software.amazon.awssdk:apache-client" , ExcludeTransitivesRule )
356
282
withModule(" software.amazon.awssdk:arns" , ExcludeTransitivesRule )
357
283
withModule(" software.amazon.awssdk:auth" , ExcludeTransitivesRule )
@@ -382,10 +308,7 @@ dependencyResolutionManagement {
382
308
withModule(" software.amazon.awssdk:sdk-core" , ExcludeTransitivesRule )
383
309
withModule(" software.amazon.awssdk:services" , ExcludeTransitivesRule )
384
310
withModule(" software.amazon.awssdk:sts" , ExcludeTransitivesRule )
385
- withModule(" software.amazon.awssdk:third-party-jackson-core" , ExcludeTransitivesRule )
386
311
withModule(" software.amazon.awssdk:utils" , ExcludeTransitivesRule )
387
- withModule(" software.amazon.eventstream:eventstream" , ExcludeTransitivesRule )
388
- withModule(" ua.net.nlp:morfologik-ukrainian-search" , ExcludeTransitivesRule )
389
312
}
390
313
}
391
314
0 commit comments