summaryrefslogtreecommitdiffstats
path: root/nsh/impl/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-06-06 18:24:29 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-06-08 08:08:26 +0200
commitd0fe32e6acaab61b9d21406eaaa8b92db2b86b9e (patch)
tree220cb530bcf22df0eb87a2d2be21a52d39ebd3a2 /nsh/impl/pom.xml
parent923dac1cedec9ad7a215d128d54eb77fd85562ae (diff)
Set vpp and nsh-sfc dependencies to most recent versions
17.04-SNAPSHOTs are removed on daily basis from nexus repository after release version is published. The nsh-sfc version was set to 17.04. The jvpp atifacts version was set to 17.04.2-SNAPSHOT, Change-Id: I3df27b5a7e26b2e68f00d2da800f22023ce22f13 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r--nsh/impl/pom.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 7d755c10e..6bf47ee2a 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.04-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>io.fd.nsh_sfc</groupId>
- <artifactId>nsh-sfc</artifactId>
- <version>17.04-SNAPSHOT</version>
+ <version>17.04.2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>io.fd.nsh_sfc</groupId>
+ <artifactId>nsh-sfc</artifactId>
+ <version>17.04</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>