summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-11-22 14:02:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-22 14:02:47 +0000
commit16b893174dbe2e8c079d6d7ae49529f5f300049b (patch)
tree56202ab434a6de5ceb86f11486fee2e9c0b4c627 /pom.xml
parent44129736119d7e1217314d446008274f48385aa5 (diff)
parent1f6b95c9717438c44eda23a9a57d976f1616a43f (diff)
Merge "Use dependency management for cds proto-definition artifact"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4be31e74f..1c47eb47c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,11 @@
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
</dependency>
+ <!-- Common Controller SDK -->
+ <dependency>
+ <groupId>org.onap.ccsdk.cds.components</groupId>
+ <artifactId>proto-definition</artifactId>
+ </dependency>
</dependencies>