X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=18e72b23f081d41d194be91e0685e42b9343c645;hb=c071f88f3333a132888952beef5a6e17b7fbe1b0;hp=487095957a85314d0a99d6aa2065e17015c6d32a;hpb=f8e980af77800b819671310e0c55592b432285a9;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 487095957..18e72b23f 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.2.2-SNAPSHOT + 3.4.2-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 @@ +