From 102790938e1d344121be0edda6f82b6f1d9530fb Mon Sep 17 00:00:00 2001 From: Sunil Unnava Date: Tue, 27 Feb 2018 02:32:46 -0500 Subject: [PATCH] Security and licence issues fixes Issue-ID: DMAAP-307 Change-Id: I8be70f2f303148e7d104617e446c4d53faf6a5ac Signed-off-by: Sunil Unnava --- datarouter-node/pom.xml | 27 +++++++++++++++++++++++++-- datarouter-prov/pom.xml | 27 +++++++++++++++++++++++++-- pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 53 insertions(+), 7 deletions(-) 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 + + 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 diff --git a/pom.xml b/pom.xml index edb9754f..5694cb78 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER @@ -34,7 +34,7 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 diff --git a/version.properties b/version.properties index 962ae520..30cdf7e2 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6