diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2019-06-13 12:56:13 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-06-19 07:13:24 +0000 |
commit | a67f45c2ab3ec438061d2bd066c8daa41b81d5bc (patch) | |
tree | fe73587d48f583a832582fbffe0fc419fb532487 /catalog-dao | |
parent | c82ace5a5ed259b0fd4dec29a414046fd3be9c6e (diff) |
Upgrade libthrift
Upgrade libthrift to the newest version.
Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db
Issue-ID: SDC-2264
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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 <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> |