summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-15 13:17:10 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-15 13:54:46 +0100
commit8f7b2575f3482f7f202aa63a221d9280cfb0bce3 (patch)
treef8163a185055677967f99555c9596639fdb686e8 /nsh
parenta9459ed9ebfc9d6513aa2ac1435fd76ee4ca60d4 (diff)
Bump jvpp version from 18.01 to 18.01.1
Change-Id: I406e36fbd9fc039ef78e91dd09d98c1311132514 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 9467c14d1..681530f60 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>18.01</version>
+ <version>18.01.1</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
<version>18.01</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>