X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=b07fdc1ee2cc3a6247eccaa2ae32749e1c500dd5;hb=7b9db8519647644b7cc574297fa28912bacbd357;hp=ef5dc1394c1951227e8f6c15776d95233a8fb380;hpb=023c1b75327ff105348f9dc8eedc0cbf45e7a419;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index ef5dc139..b07fdc1e 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -1,32 +1,32 @@ +* ========================LICENSE_START================================= +* O-RAN-SC +* %% +* Copyright (C) 2019 Nordix Foundation +* %% +* 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. +* See the License for the specific language governing permissions and +* limitations under the License. +* ========================LICENSE_END=================================== +--> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.1.6.RELEASE + 2.2.4.RELEASE org.o-ran-sc.nonrtric @@ -47,16 +47,19 @@ 11 - 2.8.0 + 2.9.2 2.7.1 1.1.6 2.0.0 20180130 + 3.3 4.0.1 3.8.0 2.8.1 1.18.0 0.30.0 + 1.1.9 + 2.1.1 @@ -90,6 +93,10 @@ swagger-jaxrs2-servlet-initializer ${swagger.version} + + javax.xml.bind + jaxb-api + org.immutables value @@ -106,6 +113,16 @@ json ${json.version} + + commons-net + commons-net + ${commons-net.version} + + + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot @@ -122,6 +139,16 @@ cbs-client ${sdk.version} + + org.onap.dcaegen2.services.sdk.rest.services + dmaap-client + ${sdk.version} + + + org.projectlombok + lombok + provided + io.springfox @@ -160,6 +187,20 @@ mockito-core test + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${version.dmaap} + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs-api.version} + + + org.glassfish.jersey.inject + jersey-hk2 + @@ -174,8 +215,8 @@ ${project.basedir}/eclipse-formatter.xml - + com.diffplug.spotless @@ -189,9 +230,9 @@ - + org.apache.maven.plugins @@ -227,6 +268,32 @@ ${docker-maven-plugin} false + + generate-policy-agent-image + package + + build + + + ${env.CONTAINER_PULL_REGISTRY} + + + o-ran-sc/nonrtric-policy-agent:${project.version} + + try + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + + + + + + push-policy-agent-image @@ -238,12 +305,16 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/policy-agent:${project.version} + o-ran-sc/nonrtric-policy-agent:${project.version} ${basedir} Dockerfile + + ${project.build.finalName}.jar + ${project.version} + latest