summaryrefslogtreecommitdiffstats
path: root/odlsli/odlsli-alpine/pom.xml
diff options
context:
space:
mode:
authorLathish <lathishbabu.ganesan@est.tech>2020-08-06 10:25:41 +0100
committerLathish <lathishbabu.ganesan@est.tech>2020-08-17 16:05:58 +0100
commit0e5d6a0a731db5f22921e3576ee9cbac6146b235 (patch)
treef04b253b7bde7109437054a23d3e0475f8bdbbf5 /odlsli/odlsli-alpine/pom.xml
parent7a6c02fe7cb42d7d0b65319bfd3a5996873cec52 (diff)
Added Policy Type DG For A1 Mediation
Issue-ID: CCSDK-2605 Change-Id: If25d47ccd9d981e21b66a37c085c0c257644f47b Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'odlsli/odlsli-alpine/pom.xml')
-rw-r--r--odlsli/odlsli-alpine/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 77ac88f6..d81163d6 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -43,6 +43,7 @@
<ccsdk.sli.adaptors.version>1.0.0</ccsdk.sli.adaptors.version>
<ccsdk.sli.northbound.version>1.0.0</ccsdk.sli.northbound.version>
<ccsdk.sli.plugins.version>1.0.0</ccsdk.sli.plugins.version>
+ <ccsdk.oran.a1adapter.version>1.0.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
</properties>
<dependencies>
@@ -273,6 +274,13 @@
<type>zip</type>
</dependency>
<dependency>
+ <groupId>org.onap.ccsdk.oran</groupId>
+ <artifactId>a1-adapter-northbound-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>oofpcipoc-installer</artifactId>
<version>${ccsdk.features.version}</version>