X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-subscriber%2Fpom.xml;h=e97a04dbbec9795902f63eb788445938652fc0e7;hb=bd4e22f5861fb2ebe82c8bd553c86503971591a6;hp=5187a6b14c7d96b90467c979926507986d351446;hpb=12c71a5afbe113d940f9691715cdc1147c53ef6c;p=dmaap%2Fdatarouter.git diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 5187a6b1..e97a04db 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -3,6 +3,7 @@ * org.onap.dmaap * =========================================================================== * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2018 Nokia. All rights reserved. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.1-SNAPSHOT + 1.0.6-SNAPSHOT ../pom.xml datarouter-subscriber @@ -41,6 +42,11 @@ onap/dmaap/datarouter-subscriber + + com.google.guava + guava + ${google.guava.version} + commons-codec commons-codec @@ -141,6 +147,11 @@ 1.2.17 compile + + org.apache.commons + commons-io + 1.3.2 + @@ -155,10 +166,10 @@ com.spotify docker-maven-plugin - 1.0.0 + ${docker.maven.plugin.version} ${onap.nexus.dockerregistry.daily}/${datarouter.prov.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -166,22 +177,25 @@ latest true + ["/startup.sh", "start"] - / - ${project.basedir} - - target/**/* - pom.xml - + /opt + ${project.build.directory}/opt - / - ${project.build.directory} - **/** + ${docker.location} + startup.sh + + chmod 0700 /startup.sh + + + 8080 + 8443 + @@ -232,7 +246,7 @@ true - org.onap.dmaap.datarouter.subscriber.Subscriber + org.onap.dmaap.datarouter.subscriber.SubscriberMain