X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=56393fc70ed20cd299e318b0ceb5ae37c5598096;hb=6f86ab364ac739951556bf2d5bf70429b518de47;hp=2943ef8b89d4aa3a48da579a762ee0980f8c9fd2;hpb=15e26517bf5479f8c414cb99c3649cb67d6177ed;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 2943ef8b..56393fc7 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric policy-agent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -54,13 +54,14 @@ 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 + true @@ -76,8 +77,8 @@ spring-boot-starter-webflux - org.springframework.boot - spring-boot-starter-aop + org.springframework.boot + spring-boot-starter-aop org.springframework.boot @@ -133,11 +134,6 @@ cbs-client ${sdk.version} - - org.onap.dcaegen2.services.sdk.rest.services - dmaap-client - ${sdk.version} - org.projectlombok lombok @@ -157,13 +153,11 @@ org.glassfish.jersey.inject jersey-hk2 - org.springframework.boot spring-boot-starter-actuator - io.springfox @@ -175,7 +169,6 @@ springfox-swagger-ui ${springfox.version} - org.springframework.boot @@ -226,7 +219,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -241,8 +234,8 @@ - @@ -360,6 +353,26 @@ sonar-maven-plugin ${sonar-maven-plugin.version} + + org.codehaus.mojo + exec-maven-plugin + + + run-test-script + verify + + exec + + + + + bash + + run_test.sh + + ../test/jenkins/ + +