diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-11-03 11:09:47 -0600 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-11-03 11:09:47 -0600 |
commit | 1ae396c758f005cbc2348b90455419d8f250e10e (patch) | |
tree | e8687cd63808a94641b59a6251802ea8024783dc /odlsli/odlsli-ubuntu | |
parent | d082f249f543b5643245213ce6c1b7c7ebd464c3 (diff) |
Include A1 adapter in CCSDK distribution repo
Include A1 adapter installer in ODLSLI POM files, provide
DG mechanics support to execute A1 adapter RPC's
Issue-ID: CCSDK-1887
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I9a0cd57e8734e69205d899c7a342b70db8532808
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> |