X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=99251e7c575e353837f35e30aa21c4a83ca26680;hb=cdd17d2146e854d13a71922bcb4f3741f9c15ffe;hp=25827bd6fe6fa7f17de6f205d92f88a109dc4c49;hpb=06c5771a730304d2f3451059aae996a443297330;p=dmaap%2Fbuscontroller.git diff --git a/pom.xml b/pom.xml index 25827bd..99251e7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,7 +19,8 @@ ============LICENSE_END============================================ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - + 4.0.0 org.onap.dmaap.buscontroller buscontroller @@ -28,10 +29,10 @@ org.onap.oparent oparent - 1.1.0 + 1.2.2 - + buscontroller @@ -50,13 +51,12 @@ No Snapshots Allowed! org.onap.dmaap.dbcapi:dbcapi - org.onap.aaf.authz:aaf-cadi-client - org.onap.aaf.authz:aaf-misc-env - org.onap.aaf.authz:aaf-cadi-aaf - org.onap.aaf.authz:aaf-auth-client - org.onap.aaf.authz:aaf-cadi-core - org.onap.aaf.authz:aaf-misc-rosetta - + org.onap.aaf.authz:aaf-cadi-client + org.onap.aaf.authz:aaf-misc-env + org.onap.aaf.authz:aaf-cadi-aaf + org.onap.aaf.authz:aaf-auth-client + org.onap.aaf.authz:aaf-cadi-core + org.onap.aaf.authz:aaf-misc-rosetta @@ -66,76 +66,73 @@ - - - org.apache.maven.plugins - maven-shade-plugin - 2.4.3 - - - - package - - shade - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - - - org.onap.dmaap.dbcapi.server.Main - - - - - - - - - + - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - + org.apache.maven.plugins + maven-shade-plugin + 2.4.3 + + + + package + + shade + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.onap.dmaap.dbcapi.server.Main + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ecomp-staging + ${nexusproxy} + 176c31dfe190a + + - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + @@ -153,10 +150,10 @@ org.apache.maven.plugins maven-dependency-plugin [2.10,) - install - - copy-dependencies - + install + + copy-dependencies + @@ -169,49 +166,81 @@ - - - docker - - - - com.spotify - docker-maven-plugin - 1.0.0 - - ${onap.nexus.dockerregistry.daily}/${docker.image} - ${project.basedir} - ${onap.nexus.dockerregistry.daily} - - ${artifact.version} - latest - - true - - - / - ${project.basedir} - - target/**/* - pom.xml - - - - - / - ${project.build.directory} - **/** - - - - - - - - + + + docker + + + + com.spotify + docker-maven-plugin + 1.0.0 + + java:openjdk-8-jre + ${onap.nexus.dockerregistry.daily}/${docker.image} + ["./bin/dmaapbc", "deploy"] + ${onap.nexus.dockerregistry.daily} + + ${artifact.version} + latest + + + /opt/app/dmaapbc/log + + true + root + + + /opt/app/dmaapbc/lib + target + buscontroller.jar + + + /opt/app/dmaapbc/etc + misc + LocalKey + logback.xml + org.onap.dmaap-bc.trust.jks + dbc-api.jks + + + /opt/app/dmaapbc/etc + . + version.properties + + + /opt/app/dmaapbc/misc + misc + opensource.env + cert-client-init.sh + *.tmpl + + + /opt/app/dmaapbc/bin + misc + dmaapbc + doaction + + + + mv /opt/app/dmaapbc/etc/dbc-api.jks /opt/app/dmaapbc/etc/keystore + chmod 600 /opt/app/dmaapbc/etc/keystore + chmod 600 /opt/app/dmaapbc/etc/org.onap.dmaap-bc.trust.jks + chmod +x /opt/app/dmaapbc/misc/cert-client-init.sh + chmod +x /opt/app/dmaapbc/bin/* + mkdir /opt/app/dmaapbc/logs + mkdir /opt/app/dmaapbc/www + mkdir /opt/app/dmaapbc/www/doc + + /opt/app/dmaapbc + + + + + + - org.glassfish.jersey jersey-bom @@ -222,21 +251,21 @@ - - io.swagger - swagger-core - 1.5.13 - - - io.swagger - swagger-jersey2-jaxrs - 1.5.13 - - - io.swagger - swagger-annotations - 1.5.13 - + + io.swagger + swagger-core + ${swagger.version} + + + io.swagger + swagger-jersey2-jaxrs + ${swagger.version} + + + io.swagger + swagger-annotations + ${swagger.version} + org.glassfish.jersey.containers jersey-container-servlet-core @@ -257,12 +286,12 @@ jetty-server ${jettyVersion} - - org.onap.aaf.authz - aaf-cadi-aaf - 2.1.2-SNAPSHOT - full - + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + full + org.eclipse.jetty @@ -285,24 +314,20 @@ commons-codec commons-codec - 1.6 + 1.11 org.postgresql postgresql - 9.4.1208.jre7 + 42.2.5 + + + + org.onap.dmaap.dbcapi + dbcapi + 1.0.21-SNAPSHOT - - com.att.eelf - eelf-core - ${eelf.version} - - - org.onap.dmaap.dbcapi - dbcapi - 1.0.15-SNAPSHOT - @@ -326,35 +351,36 @@ - - ecomp-site - dav:${nexusproxy}${sitePath} - + + ecomp-site + dav:${nexusproxy}${sitePath} + 2.16 UTF-8 - 9.3.8.RC0 - 0.0.1 - 1.0.18 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + 9.4.12.RC2 + 1.0.0 + 1.5.19 + 1.0.26 + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - - onap/dmaap/buscontroller + + onap/dmaap/buscontroller - https://nexus.onap.org - nexus3.onap.org:10003 + https://nexus.onap.org + nexus3.onap.org:10003 - - /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} + + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} - Packaging Platform (DMaaP) Bus Controller API as a Docker container. + Packaging Platform (DMaaP) Bus Controller API as a Docker container.