diff options
-rw-r--r-- | nsh/impl/pom.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index f905b2222..7abe6eb98 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -94,17 +94,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <!-- - todo: bump nsh and remove jvpp-registry exclusion - after nsh artifact (rc or final) is released - --> - <version>17.01-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>17.01</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |