X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-base%2Fpom.xml;h=b17e52af91f40d5163c3cdf205508f28d415b9f4;hb=adad41c43182aba1f7b5c2fd6dabe3b30e494fd4;hp=0523c3324d6af3ce8a41cd5713d086a7ae6c8c84;hpb=a2550a75f9308ec2b00f93523373f079057701fe;p=policy%2Fmodels.git diff --git a/models-base/pom.xml b/models-base/pom.xml index 0523c3324..b17e52af9 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.0.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 +