aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/features
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-09-21 21:31:43 -0500
committerSandeep Shah <sandeeplinux1068@gmail.com>2020-09-21 21:31:43 -0500
commit8ddfa73edfd9091dc840351fa76bd0a69dae206c (patch)
treec73dbf2a375795567fff171547060e29cef02cc7 /sdnr/northbound/features
parent253f57c69760f2736b042fd6ec459760c2a64b95 (diff)
Bug fix in SDNR Northbound features POM file
Include dependency for RANSlice feature in the ccsdk-features-sdnr-northbound-all POM file Issue-ID: CCSDK-2847 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4d16fca9f63322dc54a593fac2d2eeef2b5cd71d
Diffstat (limited to 'sdnr/northbound/features')
-rw-r--r--sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml
index f520f0aca..e52b79e28 100644
--- a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml
+++ b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml
@@ -72,5 +72,12 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ranSlice-feature</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <classifier>features</classifier>
+ </dependency>
</dependencies>
</project>