diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-10-29 08:55:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-29 08:55:32 +0000 |
commit | 0086ef431dfea90dc0a4143ba8121bac14c8ee3f (patch) | |
tree | 227eb8a55fde32554e68c7849d5d23c15a353db1 /common/pom.xml | |
parent | 5b1714f58b0e9543a2dda894b5daa0148d28d741 (diff) | |
parent | e90fadeec27e0249bb64da08d817fa1c475630fa (diff) |
Merge "Move code to common, avoid duplication"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 75239ecf8..c60ed6c8f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -34,6 +34,14 @@ <name>${project.artifactId}</name> <description>Common utilities and code for the TOSCA Control Loop system</description> + <dependencies> + <dependency> + <groupId>org.onap.policy.clamp</groupId> + <artifactId>policy-clamp-models</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + <build> <plugins> <!-- Builds examples jar --> |