summaryrefslogtreecommitdiffstats
path: root/nsh/impl/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-23 08:11:56 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-23 08:21:05 +0100
commit153c2954d71c94816dc604ba0fbb5ab7cf7c4205 (patch)
treef7bfd56432cfb78a23c47a9a7d8a9eb21ba59e76 /nsh/impl/pom.xml
parentbf5707db440d320642090e10fab56233e2399e0f (diff)
Bump jvpp version to 17.01
Change-Id: Iaff79021bfbce12b1b1ab80edea53be3bcf62660 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r--nsh/impl/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index e6020168f..f905b2222 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -89,12 +89,22 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.01-SNAPSHOT</version>
+ <version>17.01</version>
</dependency>
<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>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>