diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-10-27 08:24:48 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-10-27 12:48:30 +0100 |
commit | e90fadeec27e0249bb64da08d817fa1c475630fa (patch) | |
tree | d636190965cc80eda07b1d5d98a1ccb6eb273ba5 /common/pom.xml | |
parent | d33f694fc4e595054fb11812b2f8010cf94b637f (diff) |
Move code to common, avoid duplication
This commit moves duplicate code from runtime and participant
to common
Issue-ID: POLICY-3542
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Ia7cea1d2c88031c72af77338e242f8981e536c21
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 --> |