diff options
Diffstat (limited to 'sdnr/northbound')
-rw-r--r-- | sdnr/northbound/CMNotify/installer/pom.xml | 1 | ||||
-rw-r--r-- | sdnr/northbound/CMNotify/provider/pom.xml | 1 | ||||
-rw-r--r-- | sdnr/northbound/ranSlice/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/ranSlice/provider/pom.xml | 6 |
4 files changed, 3 insertions, 7 deletions
diff --git a/sdnr/northbound/CMNotify/installer/pom.xml b/sdnr/northbound/CMNotify/installer/pom.xml index ad62ebb00..1dc85dd95 100644 --- a/sdnr/northbound/CMNotify/installer/pom.xml +++ b/sdnr/northbound/CMNotify/installer/pom.xml @@ -43,7 +43,6 @@ </properties> <dependencies> - <dependency> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>${application.name}-feature</artifactId> diff --git a/sdnr/northbound/CMNotify/provider/pom.xml b/sdnr/northbound/CMNotify/provider/pom.xml index aabd07c0a..cbda3fb16 100644 --- a/sdnr/northbound/CMNotify/provider/pom.xml +++ b/sdnr/northbound/CMNotify/provider/pom.xml @@ -48,7 +48,6 @@ <scope>import</scope> </dependency> --> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> diff --git a/sdnr/northbound/ranSlice/model/pom.xml b/sdnr/northbound/ranSlice/model/pom.xml index 2e7c6ce1b..f2d6c5812 100644 --- a/sdnr/northbound/ranSlice/model/pom.xml +++ b/sdnr/northbound/ranSlice/model/pom.xml @@ -43,6 +43,4 @@ <artifactId>rfc6991</artifactId> </dependency> </dependencies> - - </project> diff --git a/sdnr/northbound/ranSlice/provider/pom.xml b/sdnr/northbound/ranSlice/provider/pom.xml index a87459ab9..7882446dc 100644 --- a/sdnr/northbound/ranSlice/provider/pom.xml +++ b/sdnr/northbound/ranSlice/provider/pom.xml @@ -123,9 +123,9 @@ <!-- <version>${sdnctl.sli.version}</version> --> </dependency> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>test</scope> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> |