X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=9bf15b2631dd8e6efaf87471492510ba039e8d95;hb=9c841958219d6cf1d3fc2447f87a3f4d9532548e;hp=2943ef8b89d4aa3a48da579a762ee0980f8c9fd2;hpb=a26055e5007e75a5aa9551305ea4da211e80df14;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 2943ef8b..9bf15b26 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 @@ -226,7 +228,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -241,8 +243,8 @@ - @@ -360,6 +362,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/ + +