summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/oofpcipoc/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/northbound/oofpcipoc/provider/pom.xml')
-rw-r--r--sdnr/northbound/oofpcipoc/provider/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/sdnr/northbound/oofpcipoc/provider/pom.xml b/sdnr/northbound/oofpcipoc/provider/pom.xml
index 03a770754..4a7ac1711 100644
--- a/sdnr/northbound/oofpcipoc/provider/pom.xml
+++ b/sdnr/northbound/oofpcipoc/provider/pom.xml
@@ -37,7 +37,6 @@
<name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -55,12 +54,10 @@
<artifactId>oofpcipoc-model</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-binding-api</artifactId>
</dependency>
-
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
@@ -103,7 +100,6 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-common-util</artifactId>
@@ -112,19 +108,9 @@
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-core-api</artifactId>
</dependency>
-
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-data-impl</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.opendaylight.controller</groupId>
- <artifactId>sal-binding-broker-impl</artifactId>
- <type>test-jar</type>
- <classifier>tests</classifier>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</project>