Upgrade libthrift
[sdc.git] / catalog-model / pom.xml
index a28a040..579d231 100644 (file)
                                        <artifactId>groovy</artifactId>
                                        <groupId>org.codehaus.groovy</groupId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.thrift</groupId>
+                                       <artifactId>libthrift</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                        <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>