From a67f45c2ab3ec438061d2bd066c8daa41b81d5bc Mon Sep 17 00:00:00 2001 From: Piotr Darosz Date: Thu, 13 Jun 2019 12:56:13 +0200 Subject: [PATCH] Upgrade libthrift Upgrade libthrift to the newest version. Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db Issue-ID: SDC-2264 Signed-off-by: Piotr Darosz --- asdctool/pom.xml | 9 +++++++++ catalog-be/pom.xml | 9 +++++++++ catalog-dao/pom.xml | 9 +++++++++ catalog-model/pom.xml | 9 +++++++++ pom.xml | 1 + test-apis-ci/pom.xml | 9 +++++++++ 6 files changed, 46 insertions(+) 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 @@ groovy org.codehaus.groovy + + org.apache.thrift + libthrift + @@ -396,6 +400,11 @@ ${cassandra.driver.version} compile + + org.apache.thrift + libthrift + ${libthrift.version} + 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 @@ commons-collections commons-collections + + org.apache.thrift + libthrift + @@ -419,6 +423,11 @@ ${cassandra.driver.version} compile + + org.apache.thrift + libthrift + ${libthrift.version} + diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 3e04560aa6..360a23a271 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -304,6 +304,10 @@ Modifications copyright (c) 2018 Nokia org.apache.cassandra cassandra-all + + org.apache.thrift + libthrift + @@ -312,6 +316,11 @@ Modifications copyright (c) 2018 Nokia 3.11.3 test + + org.apache.thrift + libthrift + ${libthrift.version} + 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 @@ groovy org.codehaus.groovy + + org.apache.thrift + libthrift + @@ -178,6 +182,11 @@ ${cassandra.driver.version} provided + + org.apache.thrift + libthrift + ${libthrift.version} + diff --git a/pom.xml b/pom.xml index 462aa6cf1b..b3b6ced036 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,7 @@ Modifications copyright (c) 2018 Nokia 3.0.0 + 0.12.0 nexus nexus diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 2bbf089840..ccfd79f035 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -243,6 +243,10 @@ groovy org.codehaus.groovy + + org.apache.thrift + libthrift + @@ -380,6 +384,11 @@ ${cassandra.driver.version} compile + + org.apache.thrift + libthrift + ${libthrift.version} + -- 2.16.6