X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=acba37b997420a16c5e4ca15211bcfe0d83c292f;hb=3019cdb495e3b2024c9519c9a8ab89c18a150095;hp=1351ff9514a4c08ff510e48e9943fca13c860c31;hpb=fd43dbe8705c489bb9c62b1b1cd8c7f905a7c5a9;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 1351ff9514..acba37b997 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.2.3-SNAPSHOT + 3.3.0-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 + + + +