diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 21:31:43 -0500 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 21:31:43 -0500 |
commit | 8ddfa73edfd9091dc840351fa76bd0a69dae206c (patch) | |
tree | c73dbf2a375795567fff171547060e29cef02cc7 /sdnr/northbound/pom.xml | |
parent | 253f57c69760f2736b042fd6ec459760c2a64b95 (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/pom.xml')
-rw-r--r-- | sdnr/northbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml index f7877608c..be575e8eb 100644 --- a/sdnr/northbound/pom.xml +++ b/sdnr/northbound/pom.xml @@ -39,7 +39,7 @@ <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> - <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify</description> + <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify, RANSlice</description> <modules> <module>oofpcipoc</module> |