diff options
author | 2019-03-07 17:56:39 +0000 | |
---|---|---|
committer | 2019-03-07 17:56:39 +0000 | |
commit | f46ea4332fd4924c89879214b2577564168d7b46 (patch) | |
tree | 5a43f2f9fc90dd6c81375ef57033ebe001747b96 /main/pom.xml | |
parent | f626b9f2f27f713f00d60a6f36974b2632da83be (diff) | |
parent | 851984a0701f59aa0a97546862bdbe1ffb39c666 (diff) |
Merge "Add code to follow ONAP API CVS guidelines"
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml index e564378d..c1ac1733 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>org.onap.policy.models</groupId> - <artifactId>platform</artifactId> + <artifactId>policy-models-tosca</artifactId> <version>${policy.models.version}</version> </dependency> <dependency> |