From a67f45c2ab3ec438061d2bd066c8daa41b81d5bc Mon Sep 17 00:00:00 2001 From: Piotr Darosz Date: Thu, 13 Jun 2019 12:56:13 +0200 Subject: Upgrade libthrift Upgrade libthrift to the newest version. Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db Issue-ID: SDC-2264 Signed-off-by: Piotr Darosz --- catalog-be/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'catalog-be') 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} + -- cgit 1.2.3-korg