diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |