diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 21:31:43 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-22 09:59:32 -0400 |
commit | ff8fe5ab0fd9d493d62608bf309658990ff22576 (patch) | |
tree | 61bcf39ea84cfd38dfa94916bf84f66b414d3c6f | |
parent | 8a2401d126006e94b3c20f13cc471c22ebeb53f6 (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
Change-Id: I4d16fca9f63322dc54a593fac2d2eeef2b5cd71d
Signed-off-by: Dan Timoney <dtimoney@att.com>
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
-rw-r--r-- | sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml | 7 | ||||
-rw-r--r-- | sdnr/northbound/pom.xml | 2 |
2 files changed, 8 insertions, 1 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 54b5202c6..87f183e54 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> diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml index 4da5e5a7d..ab8ed1b4c 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> |