X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=b379e9ff194da613a5bc4785a71a2051fbfc09d1;hb=8e6218198950381dff5b028ac6760238f91755f9;hp=d6f55dd8cc70a3fdb8e4ddb81108d05976f38082;hpb=528cf81a398b679e17ebccc446b759548722e7cc;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index d6f55dd8c..b379e9ff1 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,7 +1,7 @@ - - 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-ncmp-rest + test + + + ${project.groupId} + cps-ri + test + + + ${project.groupId} + cps-service + test + + + ${project.groupId} + cps-ncmp-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 + spring-web + test + + + + + + + include-performance + + -Xms512m -Xmx512m + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + **/*PerfTest.java + + + + + + + +