X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=41df80efde33f068c6b72275d7ff2e0f5a2c3114;hb=13c62d122c38b98cbdc76a4a775c6f6187e40e39;hp=3501a9e21f58e560b8e2311cb4e08e8547ff7179;hpb=91fa338a0f8df74da079c42cb6145a075345476b;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 3501a9e2..41df80ef 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -1,37 +1,37 @@ +* ========================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.3.4.RELEASE org.o-ran-sc.nonrtric policy-agent - 1.0.0-SNAPSHOT + 2.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -47,16 +47,20 @@ 11 - 2.8.0 - 2.7.1 + 2.9.2 + 2.8.2 1.1.6 2.0.0 - 20180130 - 4.0.1 + 20190722 + 3.6 3.8.0 - 2.8.1 + 2.12.2 1.18.0 0.30.0 + 1.1.11 + 2.1.1 + 3.7.0.1746 + 0.8.5 @@ -71,6 +75,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -90,11 +98,6 @@ swagger-jaxrs2-servlet-initializer ${swagger.version} - - io.springfox - springfox-swagger-ui - 2.9.2 - javax.xml.bind jaxb-api @@ -115,11 +118,10 @@ json ${json.version} - - org.springframework.boot - spring-boot-starter-test - test + commons-net + commons-net + ${commons-net.version} org.springframework.boot @@ -131,6 +133,30 @@ cbs-client ${sdk.version} + + org.projectlombok + lombok + provided + + + 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 + + + + org.springframework.boot + spring-boot-starter-actuator + io.springfox @@ -143,10 +169,14 @@ ${springfox.version} + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -169,6 +199,11 @@ mockito-core test + + com.squareup.okhttp3 + mockwebserver + test + @@ -183,8 +218,8 @@ ${project.basedir}/eclipse-formatter.xml - + com.diffplug.spotless @@ -198,9 +233,9 @@ - + org.apache.maven.plugins @@ -230,6 +265,26 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + io.fabric8 docker-maven-plugin @@ -282,6 +337,7 @@ ${project.version} + latest @@ -290,10 +346,53 @@ + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + org.codehaus.mojo + exec-maven-plugin + + + git submodule update + initialize + + git + + submodule + update + --init + --recursive + + + + exec + + + + copy configuration + initialize + + cp + + -r + ../onap/oran/a1-policy-management/config + . + + + + exec + + + + JIRA https://jira.o-ran-sc.org/ - + \ No newline at end of file