diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-08-28 10:49:31 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-08-28 10:49:31 +0200 |
commit | 3cd34066949aa503d4e440345be829f0c05fbd35 (patch) | |
tree | 18667d343d743b3e11a11addf4dc8da9d0c6973f | |
parent | 36ed0b50449248a3276ebf149dd5c8105e0ba3fc (diff) |
Bump nsh-sfc version to 17.10-SNAPSHOT
Change-Id: I722e260dca2bae351d4bb1ef4c27ac65bf9b1248
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | nsh/impl/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 41ab1369e..1eb7588c6 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -94,13 +94,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>17.07-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>17.10-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |