Security and licence issues fixes
[dmaap/datarouter.git] / datarouter-prov / pom.xml
index a9e7e67..9d6841c 100644 (file)
@@ -26,7 +26,7 @@
        <parent>\r
                <groupId>org.onap.dmaap.datarouter</groupId>\r
                <artifactId>parent</artifactId>\r
-               <version>1.0.0-SNAPSHOT</version>\r
+               <version>1.0.1-SNAPSHOT</version>\r
                <relativePath>../pom.xml</relativePath>\r
        </parent>\r
        \r
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
                <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
        </properties>\r
-       <dependencies>\r
-               \r
+        <dependencies>\r
+            <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-classic</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
+       <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-core</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
+            <dependency>\r
+            <groupId>com.thoughtworks.xstream</groupId>\r
+            <artifactId>xstream</artifactId>\r
+            <version>1.4.7</version>\r
+        </dependency>\r
                <dependency>\r
                        <groupId>org.json</groupId>\r
                        <artifactId>json</artifactId>\r
                <dependency>\r
                        <groupId>org.apache.httpcomponents</groupId>\r
                        <artifactId>httpclient</artifactId>\r
-                       <version>4.2.3</version>\r
+                       <version>4.5.3</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.sonatype.http-testing-harness</groupId>\r
                        <artifactId>junit-runner</artifactId>\r
                        <version>0.11</version>\r
+                       <exclusions>\r
+                               <exclusion>\r
+                                       <groupId>org.databene</groupId>\r
+                                       <artifactId>contiperf</artifactId>\r
+                               </exclusion>\r
+                       </exclusions>\r
                </dependency>\r
                <dependency>\r
                        <groupId>junit</groupId>\r