Skip to content

Commit 662cf5d

Browse files
author
Tom May
committed
Add dependencies on thrift and slf4j jars to cassandra plugin.
1 parent 3ff2c74 commit 662cf5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/cassandra/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ configurations {
3131

3232
dependencies {
3333
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 }
3441

3542
testCompile project(':test-testng')
3643
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }

0 commit comments

Comments
 (0)