From 102790938e1d344121be0edda6f82b6f1d9530fb Mon Sep 17 00:00:00 2001 From: Sunil Unnava Date: Tue, 27 Feb 2018 02:32:46 -0500 Subject: Security and licence issues fixes Issue-ID: DMAAP-307 Change-Id: I8be70f2f303148e7d104617e446c4d53faf6a5ac Signed-off-by: Sunil Unnava --- datarouter-node/pom.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'datarouter-node/pom.xml') diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 1db177f2..f43fbd1c 100644 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -86,6 +86,23 @@ servlet-api 2.5 + + com.thoughtworks.xstream + xstream + 1.4.7 + + + ch.qos.logback + logback-classic + 1.2.0 + compile + + + ch.qos.logback + logback-core + 1.2.0 + compile + org.eclipse.jetty @@ -182,12 +199,18 @@ org.apache.httpcomponents httpclient - 4.2.3 + 4.5.3 org.sonatype.http-testing-harness junit-runner 0.11 + + + org.databene + contiperf + + -- cgit 1.2.3-korg