X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-subscriber%2Fpom.xml;h=87b82f1d0dbb6a04bec5b3bfbb95d1241d840e25;hb=96a4ed9df2c1e79e5edffff8ea58e02c98844d55;hp=52cb25c749d860378c0b250243df73d60e7bba11;hpb=8b20afa47548717bcba098141b3ff76cf448410b;p=dmaap%2Fdatarouter.git diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 52cb25c7..87b82f1d 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -25,7 +25,7 @@ org.onap.dmaap.datarouter parent - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT ../pom.xml datarouter-subscriber @@ -41,6 +41,16 @@ onap/dmaap/datarouter-subscriber + + com.google.guava + guava + ${google.guava.version} + + + commons-codec + commons-codec + ${commons-codec.version} + org.eclipse.jetty jetty-server @@ -91,6 +101,23 @@ jetty-io ${jetty.version} + + com.thoughtworks.xstream + xstream + ${thoughtworks.version} + + + ch.qos.logback + logback-classic + ${qos.logback.version} + compile + + + ch.qos.logback + logback-core + ${qos.logback.version} + compile + org.apache.httpcomponents httpclient @@ -119,6 +146,11 @@ 1.2.17 compile + + org.apache.commons + commons-io + 1.3.2 + @@ -210,7 +242,7 @@ true - org.onap.dmaap.datarouter.subscriber.Subscriber + org.onap.dmaap.datarouter.subscriber.SubscriberMain