X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fpom.xml;h=2c69cbd47d09113ea2fb4b4355138e27c8afc31d;hb=5a41037c1c6085febf8d5d9a41f055c9bca3f0d1;hp=3c9078c7f6a337b31448112ba3105fd158cb43cf;hpb=320a85770f0f3c15d2e5e658c42b713485a999c4;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 3c9078c7..2c69cbd4 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/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-prov @@ -42,6 +43,16 @@ onap/dmaap/datarouter-prov + + xml-apis + xml-apis + ${xml-apis.version} + + + dom4j + dom4j + ${dom4j.version} + commons-codec commons-codec @@ -77,7 +88,7 @@ javax.mail javax.mail-api - 1.5.5 + ${javax.mail-api.version} com.att.eelf @@ -253,7 +264,7 @@ 1.0.0 ${onap.nexus.dockerregistry.daily}/${datarouter.prov.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -261,22 +272,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 +