X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=cps-ri%2Fpom.xml;h=f17bf180977beea6dfeee97308cde2f705b74ce8;hb=9a552aaf3dcd944a629aa30a3cb8122eb8ce7585;hp=37d93156ae5474dcf65d8a47ea746013d91ce06a;hpb=03459a08895ecc7e481fc5ec34779556268992f1;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 37d93156a..f17bf1809 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 - 3.0.0-SNAPSHOT + 3.2.6-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 + +