X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=f282069e35c08a8028676f86e898cfee68bedd1e;hb=af6c308365a6245020f34ed5446ab6c6b9d2a7c7;hp=8d860b004107c61b95c00a5e883aa3d74e642019;hpb=ccba6b538ddd95ec39d88a53fda62fd9047c92c8;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 8d860b004..f282069e3 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) 2021 Nordix Foundation + Modifications Copyright (C) 2020-2022 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,20 +26,12 @@ org.onap.cps cps-parent - 2.1.0-SNAPSHOT + 3.3.0-SNAPSHOT ../cps-parent/pom.xml cps-ri - - - nordix-liquibase-repo - liquibase - https://artifactory.nordix.org/artifactory/liquibase - - - ${project.groupId} @@ -69,6 +61,7 @@ org.postgresql postgresql + ${postgres.version} @@ -79,14 +72,10 @@ org.projectlombok lombok - - org.modelmapper - modelmapper - org.liquibase liquibase-core - 4.4.2-nordix + 4.14.0 commons-codec @@ -144,6 +133,30 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + +