summaryrefslogtreecommitdiffstats
path: root/odlsli/odlsli-ubuntu
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-11-11 20:07:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-11 20:07:17 +0000
commit102e91ea354d527d7b18539aa299c2ff39f553d0 (patch)
tree67f0d6ae4a563b574b706365af7ddf42a3f15a67 /odlsli/odlsli-ubuntu
parentef127a5f590c092e5020d8ecd6cf10eaa8329ddc (diff)
parent1ae396c758f005cbc2348b90455419d8f250e10e (diff)
Merge "Include A1 adapter in CCSDK distribution repo"
Diffstat (limited to 'odlsli/odlsli-ubuntu')
-rw-r--r--odlsli/odlsli-ubuntu/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml
index 08d8c862..332eb07a 100644
--- a/odlsli/odlsli-ubuntu/pom.xml
+++ b/odlsli/odlsli-ubuntu/pom.xml
@@ -282,6 +282,13 @@
<classifier>repo</classifier>
<type>zip</type>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+ <artifactId>a1Adapter-installer</artifactId>
+ <version>${ccsdk.features.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
</dependencies>
<build>