We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee75066 commit 45d39a6Copy full SHA for 45d39a6
modules/elasticsearch/build.gradle
@@ -43,6 +43,11 @@ dependencies {
43
compile 'org.apache.lucene:lucene-fast-vector-highlighter:3.0.3'
44
compile 'org.apache.lucene:lucene-memory:3.0.3'
45
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 }
51
}
52
53
configurations {
0 commit comments