X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fpom.xml;h=4cbb97f31f62367e7f78e782ca35a37116649584;hb=ee6fa61e2cd7df99891092709765235b6166a041;hp=4685499fb35701227a82d2efca790c95048249ee;hpb=90d9273e98248b1de99542b990cb6abc5e621d5b;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 4685499f..4cbb97f3 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 + 2.0.0-SNAPSHOT ../pom.xml datarouter-prov @@ -43,7 +44,12 @@ - dom4j + xml-apis + xml-apis + ${xml-apis.version} + + + org.dom4j dom4j ${dom4j.version} @@ -82,7 +88,7 @@ javax.mail javax.mail-api - 1.5.5 + ${javax.mail-api.version} com.att.eelf @@ -240,6 +246,12 @@ org.hibernate hibernate-entitymanager 5.2.9.Final + + + dom4j + dom4j + + @@ -258,7 +270,7 @@ 1.0.0 ${onap.nexus.dockerregistry.daily}/${datarouter.prov.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -266,22 +278,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 +