aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bb299c46d..f3377260f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath />
</parent>
<groupId>org.onap.policy.models</groupId>
@@ -35,7 +34,6 @@
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
<name>policy-models</name>
<description>This repo holds model code agnostic to PDP engines</description>
@@ -51,6 +49,8 @@
<modules>
<module>platform</module>
+ <module>models-base</module>
+ <module>models-dao</module>
</modules>
<dependencies>
@@ -68,6 +68,16 @@
</site>
</distributionManagement>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<build>
<plugins>
<plugin>