diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-28 17:30:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-28 17:30:41 +0000 |
commit | a8d633825a90a9199b7646e67fad559ada63b55a (patch) | |
tree | 98f16f96a2ef8ced0895ae1aaa09c021a96f15f0 /pom.xml | |
parent | f8a80a4b32b55f7c41a075af6141097745ba8859 (diff) | |
parent | f240fda5e8f7e940d6033b204c2dac48a9dc7c4e (diff) |
Merge "Add basic model object concepts"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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> |