File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ configurations {
15
15
// bringing in different versions of junit, hamcrest and randomizedtesting
16
16
// so we exclude them here and re-declare the versions we want below
17
17
// to keep the example build happy that does not align transitive dependencies.
18
- //
19
18
runtimeElements {
20
- transitive = false
19
+ exclude group : ' org.hamcrest '
21
20
}
22
21
}
23
22
dependencies {
@@ -28,7 +27,7 @@ dependencies {
28
27
api project(" :libs:cli" )
29
28
api project(" :libs:entitlement:bridge" )
30
29
api " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
31
- api " junit:junit:${ versions.junit} "
30
+ api( " junit:junit:${ versions.junit} " )
32
31
api " org.hamcrest:hamcrest:${ versions.hamcrest} "
33
32
api " org.apache.lucene:lucene-test-framework:${ versions.lucene} "
34
33
api " org.apache.lucene:lucene-codecs:${ versions.lucene} "
You can’t perform that action at this time.
0 commit comments