summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-02-27 07:48:53 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-02-27 07:48:53 +0100
commit06e02d8840109eaa8a97946529a37003dd9e6059 (patch)
tree3c76b31a7ed11f8fa672f902ebdfcdd48cd9d40b
parentff9529a817004e8707ee0dbeee89239516a9f39f (diff)
Bump NSH version to 17.04-SNAPSHOT
Change-Id: Iea99737616deb7612058b93b36e548e178a80ed9 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--nsh/impl/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 7e2114ee7..c6de030e9 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -94,14 +94,7 @@
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>17.01-SNAPSHOT</version>
- <exclusions>
- <!-- To prevent conflict with 17.04 jvpp -->
- <exclusion>
- <groupId>io.fd.vpp</groupId>
- <artifactId>jvpp-registry</artifactId>
- </exclusion>
- </exclusions>
+ <version>17.04-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>