Skip to content

Commit 45d39a6

Browse files
committed
fix wrong removal of test jars from build script
1 parent ee75066 commit 45d39a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/elasticsearch/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ dependencies {
4343
compile 'org.apache.lucene:lucene-fast-vector-highlighter:3.0.3'
4444
compile 'org.apache.lucene:lucene-memory:3.0.3'
4545
compile 'org.apache.lucene:lucene-highlighter:3.0.3'
46+
47+
48+
testCompile project(':test-testng')
49+
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }
50+
testCompile('org.hamcrest:hamcrest-all:1.1') { transitive = false }
4651
}
4752

4853
configurations {

0 commit comments

Comments
 (0)