diff options
Diffstat (limited to 'sdnr/northbound/CMNotify/feature')
-rw-r--r-- | sdnr/northbound/CMNotify/feature/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdnr/northbound/CMNotify/feature/pom.xml b/sdnr/northbound/CMNotify/feature/pom.xml index 2d6f2d8b7..8aa61e85f 100644 --- a/sdnr/northbound/CMNotify/feature/pom.xml +++ b/sdnr/northbound/CMNotify/feature/pom.xml @@ -38,12 +38,10 @@ <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> <dependencies> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>CMNotify-provider</artifactId> <version>${project.version}</version> </dependency> - </dependencies> </project> |