diff options
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 7e2114ee7..c6de030e9 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -94,14 +94,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>17.01-SNAPSHOT</version> - <exclusions> - <!-- To prevent conflict with 17.04 jvpp --> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>17.04-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |