summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index a68174cd3b..fbab1e36b7 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -319,6 +319,10 @@
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -419,6 +423,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 -->
<!-- Inserted for ECOMP Portal Integration -->