summaryrefslogtreecommitdiffstats
path: root/catalog-model
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model')
-rw-r--r--catalog-model/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index a28a040640..579d231590 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -127,6 +127,10 @@
<artifactId>groovy</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -178,6 +182,11 @@
<version>${cassandra.driver.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ <version>${libthrift.version}</version>
+ </dependency>
<!-- CASSANDRA END -->
<dependency>