diff options
author | Ubuntu <ra1926@att.com> | 2019-02-20 20:05:48 +0000 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-27 14:55:35 -0400 |
commit | c4acdc6d2f3e4c0c7fc36433a1ce5033b9daf32d (patch) | |
tree | 9809d3d3c9c4ebb3325d7a62f620791ad0004104 /odlsli/odlsli-alpine | |
parent | c7bc0f707ba03ebf6b96505e60284432e59617a1 (diff) |
add aafshiro feature dependency
add dependency to aafshiro feature to odlsli images to support AAF
Change-Id: I8de0e213682fc26acee792b9c37936aad1c1b2bb
Issue-ID: SDNC-485
Signed-off-by: Ubuntu <ra1926@att.com>
Diffstat (limited to 'odlsli/odlsli-alpine')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 833d8ae2..edb85c65 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -253,6 +253,13 @@ <classifier>repo</classifier> <type>zip</type> </dependency> + <dependency> + <groupId>org.onap.ccsdk.features</groupId> + <artifactId>aafshiro-installer</artifactId> + <version>${ccsdk.features.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> </dependencies> <build> |