X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=18e72b23f081d41d194be91e0685e42b9343c645;hb=ed11dbc849abc69882051c47ed1e14d6e1abe8b3;hp=f2f5cb3123db774156b2012228fdb59d813c064b;hpb=47185766eb42439067e152bcc99465eb8f1b5f33;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index f2f5cb312..18e72b23f 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.2.4-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,37 @@ spring-kafka-test test + + org.springframework + spring-web + test + + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + + + +