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 3ff2c74 commit 662cf5dCopy full SHA for 662cf5d
plugins/cassandra/build.gradle
@@ -31,6 +31,13 @@ configurations {
31
32
dependencies {
33
compile project(':elasticsearch')
34
+ compile 'org.elasticsearch:es-libthrift:0.5.0'
35
+ compile 'org.slf4j:slf4j-api:1.5.11'
36
+ compile('org.slf4j:slf4j-log4j12:1.5.11') { transitive = false }
37
+
38
+ distLib("org.elasticsearch:es-libthrift:0.5.0") { transitive = false }
39
+ distLib 'org.slf4j:slf4j-api:1.5.11'
40
+ distLib('org.slf4j:slf4j-log4j12:1.5.11') { transitive = false }
41
42
testCompile project(':test-testng')
43
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }
0 commit comments