diff options
author | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-04-27 03:05:08 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-02 12:01:17 -0400 |
commit | b7c724b1ed16a2fceb28d7a1ab85910c65cfe460 (patch) | |
tree | 5e2b63611c2144baada4002b820cb8e2183ee259 /odlsli/odlsli-alpine/pom.xml | |
parent | b594a9b61a49ccb3a53be0807fb090da3f606517 (diff) |
Inclusion of missing OOF/PCI dependencies in ODLSLI POM's
Unfortunately, inclusion of dependencies was missed during feature
code commit before M3
Change-Id: Ifdf16f838cb4e00a29da88034f45fe86aae9b95f
Issue-ID: CCSDK-1296
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
Diffstat (limited to 'odlsli/odlsli-alpine/pom.xml')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 72132796..708324a0 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -25,7 +25,7 @@ <image.name>onap/ccsdk-odlsli-alpine-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> - <ccsdk.features.version>0.4.2</ccsdk.features.version> + <ccsdk.features.version>0.5.0-SNAPSHOT</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> @@ -36,7 +36,7 @@ <ccsdk.odl.features>ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all</ccsdk.odl.features> <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra> </properties> - + <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -264,6 +264,21 @@ <classifier>repo</classifier> <type>zip</type> </dependency> + <dependency> + <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> + <artifactId>sdnr-northbound-features-installer</artifactId> + <version>${ccsdk.features.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> + <artifactId>oofpcipoc-installer</artifactId> + <version>${ccsdk.features.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + </dependencies> <build> |