X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=16c16649a519dfa31cbc58ca531ef34afba2b0ca;hb=8126f03d255341973112daaec2efaf90e3a40832;hp=d6f55dd8cc70a3fdb8e4ddb81108d05976f38082;hpb=665e22472f9658a4d439da0323e6e8760ec60840;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index d6f55dd8c..16c16649a 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.6-SNAPSHOT ../cps-parent/pom.xml @@ -31,50 +31,89 @@ integration-test - - - org.onap.cps - cps-ri - - - org.onap.cps - cps-service - - - - org.codehaus.groovy - groovy - test - - - org.spockframework - spock-core - test - - - org.spockframework - spock-spring - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.testcontainers - postgresql - test - - - org.testcontainers - spock - test - - - org.springframework.kafka - spring-kafka-test - test - - + + + + org.codehaus.groovy + groovy + test + + + ${project.groupId} + cps-rest + test + + + ${project.groupId} + cps-ri + test + + + ${project.groupId} + cps-service + test + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.testcontainers + postgresql + test + + + org.testcontainers + spock + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.springframework + spring-web + test + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + + + +