diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 762d749164..bfc1f00d43 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -237,6 +237,10 @@ <artifactId>groovy</artifactId> <groupId>org.codehaus.groovy</groupId> </exclusion> + <exclusion> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + </exclusion> </exclusions> </dependency> @@ -396,6 +400,11 @@ <version>${cassandra.driver.version}</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + <version>${libthrift.version}</version> + </dependency> <!-- CASSANDRA END --> |