diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-12 15:27:33 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-12 19:36:36 +0000 |
commit | 268c5e1bbc6a14e79dca339566c1541b94c7a303 (patch) | |
tree | 01d776763eef1b0ba7542651c02582bbe476b9ff /odlsli/pom.xml | |
parent | 7abfa711618adb22f8b1c39bf18cb8d3a287b0ef (diff) |
Add dependencies for blueprint-processor
Change-Id: I6eb0a5b2202ab7af324a01e453ae9e4510c3d64d
Issue-ID: CCSDK-505
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'odlsli/pom.xml')
-rw-r--r-- | odlsli/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 7d9726ed..2fbe8c03 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -25,6 +25,7 @@ <properties> <image.name>onap/ccsdk-odlsli-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> + <ccsdk.features.version>${project.version}</ccsdk.features.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <opendaylight.root>opt/opendaylight</opendaylight.root> @@ -203,6 +204,20 @@ <classifier>repo</classifier> <type>zip</type> </dependency> + <dependency> + <groupId>org.onap.ccsdk.features</groupId> + <artifactId>features-installer</artifactId> + <version>${ccsdk.features.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.features</groupId> + <artifactId>blueprints-processor-installer</artifactId> + <version>${ccsdk.features.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> </dependencies> <build> |