X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-subscriber%2Fpom.xml;h=87b82f1d0dbb6a04bec5b3bfbb95d1241d840e25;hb=7db6b77e880c77da2489eedd5bfa85524c5b6e72;hp=4d09d68ede7a7e3b6e87cca6a15779d1530d9f26;hpb=079a007f29994785912ca891c58e09f755189e58;p=dmaap%2Fdatarouter.git diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 4d09d68e..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 @@ -136,6 +146,11 @@ 1.2.17 compile + + org.apache.commons + commons-io + 1.3.2 + @@ -227,7 +242,7 @@ true - org.onap.dmaap.datarouter.subscriber.Subscriber + org.onap.dmaap.datarouter.subscriber.SubscriberMain