diff options
author | liamfallon <liam.fallon@est.tech> | 2019-03-19 16:29:56 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-03-19 16:29:56 +0000 |
commit | 9727c320342dfaffeb13c4b5894fb4a9047943d7 (patch) | |
tree | f329ab3d2de63de83945239370bfab55accbb3a6 /models-provider | |
parent | 998fb98e470205171ba9dc37674ea9d1c31e54ed (diff) |
Move examples into separate module
Issue-ID: POLICY-1195
Change-Id: Id2dc5b5b490134648ca267e27b795f3f4c03bc7b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-provider')
-rw-r--r-- | models-provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml index 755aea7cb..8da16edab 100644 --- a/models-provider/pom.xml +++ b/models-provider/pom.xml @@ -34,6 +34,12 @@ <dependencies> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>common-parameters</artifactId> + <version>${policy.common.version}</version> + </dependency> + + <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-base</artifactId> <version>${project.version}</version> |