X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=ea1efcb3e90812d271df6d161e66228596efe604;hb=f12bf21976894cf8618942a5511efb773cd791f4;hp=824a8d971071a6c263ad5fd1c030ee90c28381e2;hpb=14e5bf958bb2b114e3e7d8876bd6f031900c79ec;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 824a8d971..ea1efcb3e 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2020-2021 Pantheon.tech Modifications Copyright (C) 2020-2021 Bell Canada - Modifications Copyright (C) 2020-2022 Nordix Foundation + Modifications Copyright (C) 2020-2023 Nordix Foundation ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,12 +26,16 @@ org.onap.cps cps-parent - 3.2.0-SNAPSHOT + 3.3.2-SNAPSHOT ../cps-parent/pom.xml cps-ri + + 0.79 + + ${project.groupId} @@ -61,11 +65,12 @@ org.postgresql postgresql + ${postgres.version} - + - com.vladmihalcea - hibernate-types-52 + io.hypersistence + hypersistence-utils-hibernate-52 org.projectlombok @@ -74,7 +79,6 @@ org.liquibase liquibase-core - 4.14.0 commons-codec @@ -132,6 +136,30 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + +