X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=b2bdce7572096b51f3dced58364e440f4baa1305;hb=6634835c44975195cc4c1f993cb12c2d3ba805fb;hp=40195cafe6de6b126da7ace936d61c9f5760c66d;hpb=14d561920cf336e6acbfc44460a12946ea26dae7;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 40195cafe..b2bdce757 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.2.1-SNAPSHOT + 3.3.9-SNAPSHOT ../cps-parent/pom.xml @@ -32,18 +32,25 @@ integration-test + - org.onap.cps - cps-ri + org.codehaus.groovy + groovy + test - org.onap.cps - cps-service + ${project.groupId} + cps-rest + test - - org.codehaus.groovy - groovy + ${project.groupId} + cps-ri + test + + + ${project.groupId} + cps-service test @@ -76,6 +83,11 @@ spring-kafka-test test + + org.springframework + spring-web + test + @@ -91,7 +103,7 @@ maven-surefire-plugin - %regex[.*Spec.*] + %regex[.*PerfTest.*] @@ -103,4 +115,5 @@ +