aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-03-21 14:37:55 -0400
committerPatrick Brady <patrick.brady@att.com>2019-03-26 16:19:33 +0000
commitec4cbd6ece11a0c5eadafc7f4048c3e41e504194 (patch)
tree5fe3ac34afe965642868bf10caa2c9f2f892dad2
parent74a340555461715c177df449ca357449ec9f11ed (diff)
remove cassandra-driver-core
In appc-config-param, remove cassandra-driver-core to avoid security vulnerability for guava and netty-handler Change-Id: I660ae35c4abbc9537e9f9bf5e18fd630e111ca93 Issue-ID: APPC-1553 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--appc-config/appc-config-params/provider/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml
index bc7fd1b58..f223d9056 100644
--- a/appc-config/appc-config-params/provider/pom.xml
+++ b/appc-config/appc-config-params/provider/pom.xml
@@ -44,12 +44,6 @@
<artifactId>sli-provider</artifactId>
</dependency>
- <dependency>
- <groupId>com.datastax.cassandra</groupId>
- <artifactId>cassandra-driver-core</artifactId>
- <version>3.0.8</version>
- </dependency>
-
<dependency>
<groupId>org.openecomp.sdc.common</groupId>
<artifactId>openecomp-tosca-datatype</artifactId>