Revert "Migrate CPS to Spring-boot 3.0"
[cps.git] / cps-ri / pom.xml
index c38c13b..1a1c4a0 100644 (file)
     <parent>\r
         <groupId>org.onap.cps</groupId>\r
         <artifactId>cps-parent</artifactId>\r
-        <version>3.3.2-SNAPSHOT</version>\r
+        <version>3.3.7-SNAPSHOT</version>\r
         <relativePath>../cps-parent/pom.xml</relativePath>\r
     </parent>\r
 \r
     <artifactId>cps-ri</artifactId>\r
 \r
     <properties>\r
-        <minimum-coverage>0.80</minimum-coverage>\r
+        <minimum-coverage>0.29</minimum-coverage>\r
+        <!-- Additional coverage is provided by integration-test module -->\r
     </properties>\r
 \r
     <dependencies>\r
                 </exclusion>\r
             </exclusions>\r
         </dependency>\r
-        <dependency>\r
-            <groupId>org.testcontainers</groupId>\r
-            <artifactId>postgresql</artifactId>\r
-            <scope>test</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.testcontainers</groupId>\r
-            <artifactId>spock</artifactId>\r
-            <scope>test</scope>\r
-        </dependency>\r
     </dependencies>\r
 \r
     <profiles>\r
                     <plugin>\r
                         <groupId>org.apache.maven.plugins</groupId>\r
                         <artifactId>maven-surefire-plugin</artifactId>\r
-                        <configuration>\r
-                            <excludes>\r
-                                <exclude>%regex[.*PerfTest.*]</exclude>\r
-                            </excludes>\r
-                        </configuration>\r
                     </plugin>\r
                 </plugins>\r
             </build>\r
         </profile>\r
-        <profile>\r
-            <id>include-performance</id>\r
-        </profile>\r
     </profiles>\r
 \r
     <build>\r