diff options
Diffstat (limited to 'nsh/impl')
-rw-r--r-- | nsh/impl/pom.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 0c2518b7f..aa350d06d 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -84,15 +84,9 @@ <version>18.10-SNAPSHOT</version> </dependency> <dependency> - <groupId>io.fd.nsh_sfc</groupId> - <artifactId>nsh-sfc</artifactId> - <version>18.07</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <groupId>io.fd.vpp</groupId> + <artifactId>jvpp-nsh</artifactId> + <version>18.10-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |