summaryrefslogtreecommitdiffstats
path: root/nsh/impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r--nsh/impl/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 9795c6118..f10a2ba15 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -81,12 +81,18 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>18.04-SNAPSHOT</version>
+ <version>18.04</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>18.04-SNAPSHOT</version>
+ <version>18.04-RC1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.nsh_sfc</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>