Add PNF support to new CDS actor
[policy/models.git] / models-interactions / model-impl / cds / pom.xml
index 96a9426..02a4c5a 100644 (file)
       <artifactId>common-parameters</artifactId>
       <version>${policy.common.version}</version>
     </dependency>
+    <dependency>
+        <groupId>org.onap.policy.common</groupId>
+        <artifactId>policy-endpoints</artifactId>
+        <version>${policy.common.version}</version>
+        <scope>provided</scope>
+    </dependency>
 
     <!-- junit dependencies -->
     <dependency>