X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=8ed33684b0e9b81c637c7009a7616c8abb6eeb47;hb=cec614d561bcf9543c99bddd2b051b4a053dee0f;hp=860fae10d9d5aa22fc26165d0e908aa515beb556;hpb=de026fb34e3dc3200acdb022782fe68615176ead;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 860fae10..8ed33684 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,21 @@ 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 + 4.0.2 3.8.0 2.8.1 1.18.0 0.30.0 + 1.1.11 + 2.1.1 + 3.7.0.1746 + 0.8.5 @@ -71,6 +76,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -110,6 +119,16 @@ json ${json.version} + + commons-net + commons-net + ${commons-net.version} + + + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot @@ -126,6 +145,21 @@ cbs-client ${sdk.version} + + org.onap.dcaegen2.services.sdk.rest.services + dmaap-client + ${sdk.version} + + + org.projectlombok + lombok + provided + + + com.squareup.okhttp3 + mockwebserver + test + io.springfox @@ -164,6 +198,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 + @@ -178,8 +226,8 @@ ${project.basedir}/eclipse-formatter.xml - + com.diffplug.spotless @@ -193,9 +241,9 @@ - + org.apache.maven.plugins @@ -225,6 +273,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 @@ -277,6 +345,7 @@ ${project.version} + latest @@ -285,6 +354,12 @@ + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} +