Security and licence issues fixes

Issue-ID: DMAAP-307
Change-Id: I8be70f2f303148e7d104617e446c4d53faf6a5ac
Signed-off-by: Sunil Unnava <su622b@att.com>
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml
index c1eae74..9d6841c 100644
--- a/datarouter-prov/pom.xml
+++ b/datarouter-prov/pom.xml
@@ -26,7 +26,7 @@
 	<parent>

 		<groupId>org.onap.dmaap.datarouter</groupId>

 		<artifactId>parent</artifactId>

-		<version>1.0.0-SNAPSHOT</version>

+		<version>1.0.1-SNAPSHOT</version>

 		<relativePath>../pom.xml</relativePath>

 	</parent>

 	

@@ -55,6 +55,23 @@
 		<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>

 	</properties>

 	 <dependencies>

+	     <dependency>

+		<groupId>ch.qos.logback</groupId>

+		<artifactId>logback-classic</artifactId>

+		<version>1.2.0</version>

+		<scope>compile</scope>

+	</dependency>

+	<dependency>

+		<groupId>ch.qos.logback</groupId>

+		<artifactId>logback-core</artifactId>

+		<version>1.2.0</version>

+		<scope>compile</scope>

+	</dependency>

+	     <dependency>

+            <groupId>com.thoughtworks.xstream</groupId>

+            <artifactId>xstream</artifactId>

+            <version>1.4.7</version>

+        </dependency>

 		<dependency>

 			<groupId>org.json</groupId>

 			<artifactId>json</artifactId>

@@ -165,12 +182,18 @@
 		<dependency>

 			<groupId>org.apache.httpcomponents</groupId>

 			<artifactId>httpclient</artifactId>

-			<version>4.2.3</version>

+			<version>4.5.3</version>

 		</dependency>

 		<dependency>

 			<groupId>org.sonatype.http-testing-harness</groupId>

 			<artifactId>junit-runner</artifactId>

 			<version>0.11</version>

+			<exclusions>

+				<exclusion>

+					<groupId>org.databene</groupId>

+					<artifactId>contiperf</artifactId>

+				</exclusion>

+			</exclusions>

 		</dependency>

 		<dependency>

 			<groupId>junit</groupId>