Revert "Migrate CPS to Spring-boot 3.0"
[cps.git] / cps-ri / pom.xml
index 4ced335..1a1c4a0 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================\r
   Copyright (C) 2020-2021 Pantheon.tech\r
   Modifications Copyright (C) 2020-2021 Bell Canada\r
-  Modifications Copyright (C) 2020-2022 Nordix Foundation\r
+  Modifications Copyright (C) 2020-2023 Nordix Foundation\r
   ================================================================================\r
   Licensed under the Apache License, Version 2.0 (the "License");\r
   you may not use this file except in compliance with the License.\r
     <parent>\r
         <groupId>org.onap.cps</groupId>\r
         <artifactId>cps-parent</artifactId>\r
-        <version>3.2.1-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.29</minimum-coverage>\r
+        <!-- Additional coverage is provided by integration-test module -->\r
+    </properties>\r
+\r
     <dependencies>\r
         <dependency>\r
             <groupId>${project.groupId}</groupId>\r
         <dependency>\r
             <groupId>org.postgresql</groupId>\r
             <artifactId>postgresql</artifactId>\r
+            <version>${postgres.version}</version>\r
         </dependency>\r
-        <!-- Add Hibernate support for Postgres datatype JSONB -->\r
+        <!-- Add Hibernate support for Postgres datatype JSONB and Postgres arrays -->\r
         <dependency>\r
-            <groupId>com.vladmihalcea</groupId>\r
-            <artifactId>hibernate-types-52</artifactId>\r
+            <groupId>io.hypersistence</groupId>\r
+            <artifactId>hypersistence-utils-hibernate-52</artifactId>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.projectlombok</groupId>\r
@@ -74,7 +80,6 @@
         <dependency>\r
             <groupId>org.liquibase</groupId>\r
             <artifactId>liquibase-core</artifactId>\r
-            <version>4.14.0</version>\r
         </dependency>\r
         <dependency>\r
             <groupId>commons-codec</groupId>\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>org.onap.cps.spi.performance.CpsToDataNodePerfTest</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