From 42480c241e5882bd2e6002004e5013a0e1bd7429 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 3 May 2018 18:09:26 +0100 Subject: Address security vulnerabilities This includes version upgrades for: - logback-classic, logback-core - commons-collections - hadoop-common - hbase-client: settled on version 1.0.2 as container would not start with later versions - httpclient - netty, netty-all - zookeeper - jackson-core Also should resolve presence of flux-examples. Change-Id: Ifb55f5d6676a9971d1d9a46c695dc78eb1b99843 Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia --- champ-service-deps-titan/pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'champ-service-deps-titan') diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index f979969..a67af1e 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -22,17 +22,15 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.aai - champ-service-deps-titan - pom - 1.2.0-SNAPSHOT - org.onap.aai champ 1.2.0-SNAPSHOT + champ-service-deps-titan + pom + org.onap.aai @@ -139,8 +137,13 @@ limitations under the License. org.onap.aai.event-client event-client-kafka + + org.apache.httpcomponents + httpcore + + com.thinkaurelius.titan titan-cassandra @@ -216,6 +219,7 @@ limitations under the License. + com.thinkaurelius.titan titan-hbase -- cgit 1.2.3-korg