X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-node%2Fpom.xml;h=27d21c051e4ca4534c7a3bc38c67e3158414138d;hb=5a41037c1c6085febf8d5d9a41f055c9bca3f0d1;hp=c6bd3e94ffa058641543993fd7e8eef415b88fc1;hpb=8d860081e35507c1ef39d4ea062524a32f54cefe;p=dmaap%2Fdatarouter.git diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index c6bd3e94..27d21c05 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/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.3-SNAPSHOT ../pom.xml datarouter-node @@ -40,6 +41,16 @@ onap/dmaap/datarouter-node + + com.google.guava + guava + ${google.guava.version} + + + commons-codec + commons-codec + ${commons-codec.version} + junit junit @@ -54,7 +65,7 @@ javax.mail javax.mail-api - 1.5.1 + ${javax.mail-api.version} com.att.eelf @@ -69,13 +80,13 @@ ch.qos.logback logback-classic - 1.2.0 + ${qos.logback.version} compile ch.qos.logback logback-core - 1.2.0 + ${qos.logback.version} compile @@ -149,11 +160,6 @@ httpcore 4.4 - - commons-codec - commons-codec - 1.6 - org.mozilla rhino @@ -229,10 +235,10 @@ com.spotify docker-maven-plugin - 1.0.0 + ${docker.maven.plugin.version} ${onap.nexus.dockerregistry.daily}/${datarouter.node.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -240,22 +246,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 + @@ -376,10 +385,10 @@ copy-resources - ${basedir}/target/opt/app/datartr/self_signed + ${basedir}/target/opt/app/datartr/aaf_certs - ${basedir}/self_signed + ${basedir}/aaf_certs misc/** **/**