X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fpom.xml;h=2c69cbd47d09113ea2fb4b4355138e27c8afc31d;hb=5a41037c1c6085febf8d5d9a41f055c9bca3f0d1;hp=269e015d70beca17a30d9cc1bed9e0b6f13054a3;hpb=bce219cdadbad724b1c6b2704695d8adf11eb65d;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 269e015d..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,22 +43,42 @@ onap/dmaap/datarouter-prov + + xml-apis + xml-apis + ${xml-apis.version} + + + dom4j + dom4j + ${dom4j.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + com.google.guava + guava + ${google.guava.version} + ch.qos.logback logback-classic - 1.2.0 + ${qos.logback.version} compile ch.qos.logback logback-core - 1.2.0 + ${qos.logback.version} compile com.thoughtworks.xstream xstream - 1.4.7 + ${thoughtworks.version} org.json @@ -67,67 +88,62 @@ javax.mail javax.mail-api - 1.5.1 + ${javax.mail-api.version} com.att.eelf eelf-core 0.0.1 - - javax.servlet - servlet-api - 2.5 - org.eclipse.jetty jetty-server - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-continuation - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-util - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-deploy - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-servlet - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-servlets - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-http - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-security - 7.6.14.v20131031 + ${jetty.version} org.eclipse.jetty jetty-websocket - 7.6.14.v20131031 + ${jetty.websocket.version} org.eclipse.jetty jetty-io - 7.6.14.v20131031 + ${jetty.version} org.apache.commons @@ -200,6 +216,11 @@ 1.6.4 test + + org.apache.commons + commons-lang3 + 3.0 + org.mariadb.jdbc mariadb-java-client @@ -208,7 +229,7 @@ org.eclipse.jetty.cdi cdi-websocket - 9.3.11.v20160721 + ${jetty.version} log4j @@ -216,6 +237,16 @@ 1.2.17 compile + + com.h2database + h2 + 1.4.197 + + + org.hibernate + hibernate-entitymanager + 5.2.9.Final + @@ -233,7 +264,7 @@ 1.0.0 ${onap.nexus.dockerregistry.daily}/${datarouter.prov.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -241,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 + @@ -277,7 +311,7 @@ src/main/resources true - **/proserver.properties + **/provserver.properties @@ -426,10 +460,10 @@ copy-resources - ${basedir}/target/opt/app/datartr/self_signed + ${basedir}/target/opt/app/datartr/aaf_certs - ${basedir}/self_signed + ${basedir}/aaf_certs misc/** **/**