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>
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 833d8ae..edb85c6 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>