Upgrade libthrift 94/89794/3
authorPiotr Darosz <piotr.darosz@nokia.com>
Thu, 13 Jun 2019 10:56:13 +0000 (12:56 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 19 Jun 2019 07:13:24 +0000 (07:13 +0000)
Upgrade libthrift to the newest version.

Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db
Issue-ID: SDC-2264
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
asdctool/pom.xml
catalog-be/pom.xml
catalog-dao/pom.xml
catalog-model/pom.xml
pom.xml
test-apis-ci/pom.xml

index 762d749..bfc1f00 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>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.thrift</groupId>
+                       <artifactId>libthrift</artifactId>
+                       <version>${libthrift.version}</version>
+               </dependency>
 
                <!-- CASSANDRA END -->
 
index a68174c..fbab1e3 100644 (file)
                     <artifactId>commons-collections</artifactId>
                     <groupId>commons-collections</groupId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.thrift</groupId>
+                    <artifactId>libthrift</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
             <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 -->
index 3e04560..360a23a 100644 (file)
@@ -304,6 +304,10 @@ Modifications copyright (c) 2018 Nokia
                                        <groupId>org.apache.cassandra</groupId>
                                        <artifactId>cassandra-all</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.thrift</groupId>
+                                       <artifactId>libthrift</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
@@ -312,6 +316,11 @@ Modifications copyright (c) 2018 Nokia
                        <version>3.11.3</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.thrift</groupId>
+                       <artifactId>libthrift</artifactId>
+                       <version>${libthrift.version}</version>
+               </dependency>
                <!-- CASSANDRA END -->
 
                <dependency>
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>
diff --git a/pom.xml b/pom.xml
index 462aa6c..b3b6ced 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,7 @@ Modifications copyright (c) 2018 Nokia
 
         <!--cassandra -->
         <cassandra.driver.version>3.0.0</cassandra.driver.version>
+        <libthrift.version>0.12.0</libthrift.version>
         <!-- maven central (Nexus) -->
         <nexus.id.release>nexus</nexus.id.release>
         <nexus.id.snapshot>nexus</nexus.id.snapshot>
index 2bbf089..ccfd79f 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>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.thrift</groupId>
+            <artifactId>libthrift</artifactId>
+            <version>${libthrift.version}</version>
+        </dependency>
         <!-- CASSANDRA END -->
 
         <dependency>