summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-24 07:35:05 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-24 15:34:03 +0000
commit25666a0bf99f7b4cf15f14000015014098ddbb6c (patch)
tree2960a80c308513cf0e706de4e0fa4fb45ed8bf01 /nsh
parentb444c689b342a85c982b996b0e8a44b38ce45e03 (diff)
Set jvpp version to 17.07
Change-Id: Iac4e527b3a795ade805f3f57ecf7c01fec46bc12 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r--nsh/impl/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 33c79936b..21cf2d911 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -89,12 +89,18 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.07-SNAPSHOT</version>
+ <version>17.07</version>
</dependency>
<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>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>