diff options
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/api/pom.xml | 12 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 7 |
2 files changed, 4 insertions, 15 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index 4eaedafed..94c6e772d 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -28,18 +28,6 @@ <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>mdsal-model-artifacts</artifactId> - <version>0.8.2-Beryllium-SR2</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 21ff8f283..276f4f87a 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -16,10 +16,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.fd.honeycomb.common</groupId> - <artifactId>impl-parent</artifactId> + <groupId>io.fd.honeycomb.vpp</groupId> + <artifactId>vpp-impl-parent</artifactId> <version>1.16.12-SNAPSHOT</version> - <relativePath>../../common/impl-parent</relativePath> + <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -34,6 +34,7 @@ <artifactId>nsh-api</artifactId> <version>${project.version}</version> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |