aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/a1Adapter/provider/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-08-12 18:42:35 -0400
committerKAPIL SINGAL <ks220y@att.com>2020-08-12 23:36:54 +0000
commit779d23c7ce3ddba0986bc7aa4ef8535b1d36c3c5 (patch)
tree2733ad6944000781555fedce2ef8dd35c18e1bb8 /sdnr/northbound/a1Adapter/provider/pom.xml
parent1d3548f5b6ea1b089d52f7a9ad5a7b302fac598c (diff)
Refactoring POMS
running mvn tidy:pom and removing few duplicate dependencies Change-Id: I73144605f24c2d9cb524ab8bcdd6aebb5f0ec682 Issue-ID: CCSDK-2647 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sdnr/northbound/a1Adapter/provider/pom.xml')
-rw-r--r--sdnr/northbound/a1Adapter/provider/pom.xml4
1 files changed, 0 insertions, 4 deletions
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>