From df83df895da136705765ac4301439c7ce4fdf592 Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Fri, 26 Mar 2021 12:00:37 +0000 Subject: [PATCH] [DMAAP BC] Remove the onap cert from container Update pom dependencies Signed-off-by: david.mcweeney Change-Id: I254b754ea6e8c8d6ff15f82ddc3a92e0c0853384 Issue-ID: DMAAP-1580 --- dbc-client/pom.xml | 51 +++++----------- dmaap-bc/pom.xml | 105 ++++++++++++++++++++++++++------- dmaap-bc/src/main/resources/Dockerfile | 7 --- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 103 insertions(+), 64 deletions(-) diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml index 6fad50e..30940bb 100644 --- a/dbc-client/pom.xml +++ b/dbc-client/pom.xml @@ -30,6 +30,20 @@ ${revision} ../pom.xml + Packaging Platform (DMaaP) HTTP Client for Bus Controller Provisioning. + + ${basedir}/.. + 1.0.0 + UTF-8 + + onap/dmaap/dbc-client + https://nexus.onap.org + nexus3.onap.org:10003 + + /content/sites/site/org/onap/dmaap/dbc-client/${revision} + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + dbc-client @@ -109,9 +123,9 @@ org.onap.dmaap-bc.props org.onap.dmaap-bc.showpass org.onap.dmaap-bc.trust.jks - ca.pem + ca.pem client.pem - key.pem + key.pem @@ -245,37 +259,4 @@ - - - ${basedir}/.. - 1.0.0 - 2.16 - UTF-8 - 9.4.12.RC2 - 1.0.0 - 1.5.19 - - 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/dbc-client - - https://nexus.onap.org - nexus3.onap.org:10003 - - - /content/sites/site/org/onap/dmaap/dbc-client/${revision} - - ${maven.build.timestamp} - yyyyMMdd'T'HHmmss'Z' - - - Packaging Platform (DMaaP) HTTP Client for Bus Controller Provisioning. diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index b191825..ded2cc2 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -174,14 +174,6 @@ Dockerfile - - - ${basedir}/target/docker-stage/opt/app/dmaapbc/misc - ${multiproject.basedir}/misc - - cert-client-init.sh - aaf-ca.crt - ${basedir}/target/docker-stage/opt/app/dmaapbc/etc @@ -331,6 +323,37 @@ + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + full + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.5 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.9.5 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + com.google.guava + guava + 24.1.1-jre + io.swagger swagger-core @@ -371,17 +394,6 @@ jetty-server ${jettyVersion} - - org.eclipse.jetty - jetty-util - ${jettyVersion} - - - org.onap.aaf.authz - aaf-cadi-aaf - 2.1.7 - full - org.eclipse.jetty jetty-servlet @@ -414,7 +426,60 @@ org.onap.dmaap.dbcapi dbcapi - 2.0.3 + 2.0.4 + + + com.att.eelf + eelf-core + ${eelf.version} + + + org.slf4j + slf4j-api + 1.7.22 + + + org.glassfish.jersey.test-framework.providers + + jersey-test-framework-provider-jdk-http + 2.29.1 + + + org.glassfish.jersey.inject + jersey-hk2 + 2.29.1 + + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.activation + javax.activation-api + 1.2.0 + + + + junit + junit + 4.12 + test + + + pl.pragmatists + JUnitParams + 1.1.0 + test + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index fef7fae..0f9e6a6 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -36,13 +36,6 @@ RUN apt-get update && \ procps \ bash -# Install AAF CA certificate -RUN apt install ca-certificates -RUN mkdir -p /usr/local/share/ca-certificates && \ - mv misc/aaf-ca.crt /usr/local/share/ca-certificates/aaf-ca.crt -RUN update-ca-certificates - - #prepare certificate location for cadi RUN mkdir -p /opt/app/osaaf diff --git a/pom.xml b/pom.xml index 4f6f754..dd390fd 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT ${basedir} 1.0.0 false diff --git a/version.properties b/version.properties index 14d3d8f..6f46efa 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6