X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=ca2b26d1c9caa8fe5fcb66e08abcd5a2b8f41bd4;hb=bdc3fae4230ea23accfae66f250526d51f3b3210;hp=73998cd135f15ed3accc419f278d42062e9e9098;hpb=8b0a1151c93506dbb6af1bbcbd24f113c6e73130;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 73998cd135..ca2b26d1c9 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,10 +23,9 @@ org.onap.cps cps-parent - 3.4.4-SNAPSHOT + 3.4.7-SNAPSHOT ../cps-parent/pom.xml - 4.0.0 integration-test @@ -43,6 +42,11 @@ cps-rest test + + ${project.groupId} + cps-ncmp-rest + test + ${project.groupId} cps-ri @@ -53,11 +57,21 @@ cps-service test + + ${project.groupId} + cps-ncmp-service + test + org.spockframework spock-core test + + org.springframework + spring-web + test + org.spockframework spock-spring @@ -69,70 +83,49 @@ test - org.testcontainers - postgresql + org.springframework.kafka + spring-kafka-test test org.testcontainers - spock + postgresql test - org.springframework.kafka - spring-kafka-test + org.testcontainers + spock test - org.springframework - spring-web + org.testcontainers + kafka test - - - - org.apache.maven.plugins - maven-failsafe-plugin - - -Xms512m -Xmx512m - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xms512m -Xmx512m - - - - - + - default - - true - + include-performance + + -Xms512m -Xmx512m + org.apache.maven.plugins - maven-surefire-plugin + maven-failsafe-plugin - - %regex[.*PerfTest.*] - + + **/*PerfTest.java + - - include-performance - -