X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=8f56cd64103759d5050648a4fd5465244baae407;hb=f45eedd18774bf9856800b43387bee3fa2e6152d;hp=2943ef8b89d4aa3a48da579a762ee0980f8c9fd2;hpb=15e26517bf5479f8c414cb99c3649cb67d6177ed;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 2943ef8b..8f56cd64 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -61,6 +61,8 @@ 2.1.1 3.7.0.1746 0.8.5 + 1.6.0 + true @@ -76,8 +78,8 @@ spring-boot-starter-webflux - org.springframework.boot - spring-boot-starter-aop + org.springframework.boot + spring-boot-starter-aop org.springframework.boot @@ -133,11 +135,6 @@ cbs-client ${sdk.version} - - org.onap.dcaegen2.services.sdk.rest.services - dmaap-client - ${sdk.version} - org.projectlombok lombok @@ -157,13 +154,11 @@ org.glassfish.jersey.inject jersey-hk2 - org.springframework.boot spring-boot-starter-actuator - io.springfox @@ -175,7 +170,6 @@ springfox-swagger-ui ${springfox.version} - org.springframework.boot @@ -226,7 +220,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -241,8 +235,8 @@ - @@ -360,6 +354,27 @@ sonar-maven-plugin ${sonar-maven-plugin.version} + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + run-test-script + verify + + exec + + + + + bash + + run_test.sh + + ../test/jenkins/ + +