File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ apply plugin: 'elasticsearch.build'
11
11
apply plugin : ' elasticsearch.publish'
12
12
13
13
configurations {
14
- // we do not wanto expose the inheritedly conflict in transitive dependencies by
15
- // bringing in different versions of junit, hamcrest and randomizedtesting
16
- // so we exclude them here and re-declare the versions we want below
17
- // to keep the example build happy that does not align transitive dependencies .
14
+ // we do not want to expose a version conflict in transitive dependencies by
15
+ // bringing in different versions of hamcrest.
16
+ // Therefore we exclude transitive deps on hamcrest here as we have a direct
17
+ // dependency on a newer version .
18
18
runtimeElements {
19
19
exclude group : ' org.hamcrest'
20
20
}
@@ -27,7 +27,7 @@ dependencies {
27
27
api project(" :libs:cli" )
28
28
api project(" :libs:entitlement:bridge" )
29
29
api " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
30
- api(" junit:junit:${ versions.junit} " )
30
+ api(" junit:junit:${ versions.junit} " )
31
31
api " org.hamcrest:hamcrest:${ versions.hamcrest} "
32
32
api " org.apache.lucene:lucene-test-framework:${ versions.lucene} "
33
33
api " org.apache.lucene:lucene-codecs:${ versions.lucene} "
You can’t perform that action at this time.
0 commit comments