diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2020-08-24 15:43:29 +0200 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2020-08-24 16:00:41 +0200 |
commit | 600b944034c115ce4a4e5a1f584053dcc1ac1dfe (patch) | |
tree | 0f37b4aa32dac95fab660da6ebb4653b568234b8 /odlsli/odlsli-alpine/pom.xml | |
parent | 0e5d6a0a731db5f22921e3576ee9cbac6146b235 (diff) |
Add oran a1-adapter feature to odlsli-alpine
Change-Id: I32e11d4dca0eb112785f91fc0c3a930dcd7ddb5f
Issue-ID: CCSDK-2604
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'odlsli/odlsli-alpine/pom.xml')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index d81163d6..a4160dfe 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -295,6 +295,13 @@ <type>zip</type> </dependency> <dependency> + <groupId>org.onap.ccsdk.oran</groupId> + <artifactId>a1-adapter-installer</artifactId> + <version>${ccsdk.oran.a1adapter.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify-installer</artifactId> <version>${ccsdk.features.version}</version> |