summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/a1Adapter
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/northbound/a1Adapter')
-rw-r--r--sdnr/northbound/a1Adapter/feature/pom.xml2
-rw-r--r--sdnr/northbound/a1Adapter/installer/pom.xml2
-rw-r--r--sdnr/northbound/a1Adapter/provider/pom.xml4
3 files changed, 0 insertions, 8 deletions
diff --git a/sdnr/northbound/a1Adapter/feature/pom.xml b/sdnr/northbound/a1Adapter/feature/pom.xml
index a4a09bb48..0369d38b2 100644
--- a/sdnr/northbound/a1Adapter/feature/pom.xml
+++ b/sdnr/northbound/a1Adapter/feature/pom.xml
@@ -38,12 +38,10 @@
<name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
<dependencies>
-
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>a1Adapter-provider</artifactId>
<version>${project.version}</version>
</dependency>
-
</dependencies>
</project>
diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml
index 4d1d85ef8..0dc280620 100644
--- a/sdnr/northbound/a1Adapter/installer/pom.xml
+++ b/sdnr/northbound/a1Adapter/installer/pom.xml
@@ -57,13 +57,11 @@
</exclusion>
</exclusions>
</dependency>
-
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>a1Adapter-provider</artifactId>
<version>${project.version}</version>
</dependency>
-
</dependencies>
<build>
diff --git a/sdnr/northbound/a1Adapter/provider/pom.xml b/sdnr/northbound/a1Adapter/provider/pom.xml
index df8ae952f..1ea85a396 100644
--- a/sdnr/northbound/a1Adapter/provider/pom.xml
+++ b/sdnr/northbound/a1Adapter/provider/pom.xml
@@ -37,7 +37,6 @@
<name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -47,7 +46,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
-
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-core-artifacts</artifactId>
@@ -55,7 +53,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
-
</dependencies>
</dependencyManagement>
<dependencies>
@@ -111,7 +108,6 @@
<artifactId>utils-provider</artifactId>
<!-- <version>${sdnctl.sli.version}</version> -->
</dependency>
-
</dependencies>
<build>