diff options
author | 2019-11-11 20:07:17 +0000 | |
---|---|---|
committer | 2019-11-11 20:07:17 +0000 | |
commit | 102e91ea354d527d7b18539aa299c2ff39f553d0 (patch) | |
tree | 67f0d6ae4a563b574b706365af7ddf42a3f15a67 /odlsli/odlsli-ubuntu | |
parent | ef127a5f590c092e5020d8ecd6cf10eaa8329ddc (diff) | |
parent | 1ae396c758f005cbc2348b90455419d8f250e10e (diff) |
Merge "Include A1 adapter in CCSDK distribution repo"
Diffstat (limited to 'odlsli/odlsli-ubuntu')
-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 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> |