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-prov/pom.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'datarouter-prov') diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index c1eae740..9d6841c7 100644 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -55,6 +55,23 @@ /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + ch.qos.logback + logback-classic + 1.2.0 + compile + + + ch.qos.logback + logback-core + 1.2.0 + compile + + + com.thoughtworks.xstream + xstream + 1.4.7 + org.json json @@ -165,12 +182,18 @@ org.apache.httpcomponents httpclient - 4.2.3 + 4.5.3 org.sonatype.http-testing-harness junit-runner 0.11 + + + org.databene + contiperf + + junit -- cgit 1.2.3-korg