diff options
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/api/pom.xml | 21 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 10 |
2 files changed, 0 insertions, 31 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index af87af31e..b30e1c7b9 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -32,28 +32,7 @@ <dependencies> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>iana-if-type-2014-05-08</artifactId> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-yang-types-20130715</artifactId> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-interfaces</artifactId> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-inet-types-2013-07-15</artifactId> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>yang-ext</artifactId> </dependency> - <dependency> - <groupId>io.fd.hc2vpp.v3po</groupId> - <artifactId>v3po-api</artifactId> - <version>${project.version}</version> - </dependency> </dependencies> </project> diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index e95516f6e..31e00f866 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -78,11 +78,6 @@ </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> - <artifactId>notification-api</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> <version>${project.version}</version> </dependency> @@ -113,11 +108,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>io.fd.hc2vpp.v3po</groupId> - <artifactId>v3po2vpp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |