Skip to content

Commit 8776617

Browse files
committed
Remove redundant dependencies for bridgeJarConfig.
These are alread set in ElasticsearchJavaBasePlugin.
1 parent 6c1b7fd commit 8776617

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@ private void configureImmutableCollectionsPatch(Project project) {
260260
if (bridgeJarConfig == null) {
261261
bridgeJarPart = "";
262262
} else {
263-
bridgeJarConfig.defaultDependencies(d -> {
264-
d.add(project.getDependencies().project(Map.of("path", ":libs:entitlement:bridge", "configuration", "default")));
265-
});
266263
test.getInputs().files(bridgeJarConfig);
267264
bridgeJarPart = File.pathSeparator + bridgeJarConfig.getSingleFile().getAbsolutePath();
268265
}

0 commit comments

Comments
 (0)