summaryrefslogtreecommitdiffstats
path: root/dmi-stub/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dmi-stub/pom.xml')
-rw-r--r--dmi-stub/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml
index ba1ccd1b..379d873d 100644
--- a/dmi-stub/pom.xml
+++ b/dmi-stub/pom.xml
@@ -39,5 +39,15 @@
<module>dmi-plugin-demo-and-csit-stub-service</module>
<module>dmi-plugin-demo-and-csit-stub-app</module>
</modules>
-
+<dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.cps</groupId>
+ <artifactId>cps-dependencies</artifactId>
+ <version>3.5.1</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project> \ No newline at end of file