X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-base%2Fpom.xml;h=621d64afc944083474f85f6d9a333b60fed332d0;hb=107b75a2b584222f7d5dcdbec64063c036b4f2b2;hp=0523c3324d6af3ce8a41cd5713d086a7ae6c8c84;hpb=fd6105c2b65f51e229040bd4f6587af048d222a8;p=policy%2Fmodels.git diff --git a/models-base/pom.xml b/models-base/pom.xml index 0523c3324..621d64afc 100644 --- a/models-base/pom.xml +++ b/models-base/pom.xml @@ -1,6 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.models policy-models - 2.0.0-SNAPSHOT + 3.1.2-SNAPSHOT policy-models-base @@ -31,10 +32,19 @@ [${project.parent.artifactId}] module provides basic model handling for the ONAP Policy Framework + + org.onap.policy.common + common-parameters + ${policy.common.version} + org.onap.policy.models policy-models-errors ${project.version} + + org.apache.commons + commons-lang3 +