diff options
-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 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> 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> |