diff options
author | Rashmi Pujar <rashmi.pujar@bell.ca> | 2019-11-21 13:05:36 -0500 |
---|---|---|
committer | Rashmi Pujar <rashmi.pujar@bell.ca> | 2019-11-21 13:07:09 -0500 |
commit | 6ecd45c18e12b38025c7a760bbed20215bc88753 (patch) | |
tree | a6d91df235bf7f7c20b72cdf8e27103bfb456e1f /integration | |
parent | d7a4365ca56060b8afb0f33e7755e9bdb7f825c4 (diff) |
Extract cds proto-definition dependency into parent pom
Issue-ID: POLICY-2254
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: I3be677f2b5782495af0c851ac04bbda8c9787735
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index bc034daa..a5cefedc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -44,6 +44,7 @@ <version.jackson>2.10.0.pr3</version.jackson> <version.drools>7.28.0.Final</version.drools> <version.jersey>2.29.1</version.jersey> + <version.ccsdk>0.4.4</version.ccsdk> </properties> <distributionManagement> @@ -277,7 +278,7 @@ <artifactId>logback-classic</artifactId> <version>${version.logback}</version> </dependency> - + <!-- Dmaap Client --> <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> @@ -285,6 +286,13 @@ <version>${version.dmaap}</version> </dependency> + <!-- Common Controller SDK --> + <dependency> + <groupId>org.onap.ccsdk.cds.components</groupId> + <artifactId>proto-definition</artifactId> + <version>${version.ccsdk}</version> + </dependency> + <!-- AAF Client --> <dependency> <groupId>org.onap.aaf.authz</groupId> |