diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-20 17:12:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-21 09:59:16 +0200 |
commit | 8f0700144878115aeb16d319d4dae10e917c83d5 (patch) | |
tree | 4db6b3d14f4393208758ebe9b5b77bfcccab82d5 /nsh | |
parent | e0c64356a96dc9c2441139acd2ca281133d80844 (diff) |
Bump nsh-sfc.jar version to 16.09
Change-Id: I04830b848f75e65c842a0a508b53f8a3308a38b1
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-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 568687239..db24dc3cf 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -84,13 +84,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>16.09-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>16.09</version> </dependency> <dependency> <groupId>io.fd.honeycomb.vpp</groupId> |