diff options
Diffstat (limited to 'odlsli/odlsli-ubuntu/pom.xml')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index 56cf1086..6cc71175 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -249,6 +249,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> |