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.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 58730cf90..568687239 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -30,6 +30,7 @@
<properties>
<guice.version>4.1.0</guice.version>
<guice.config.version>1.2.0</guice.config.version>
+ <jvpp.registry.version>16.09</jvpp.registry.version>
</properties>
<dependencies>
@@ -78,12 +79,18 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>16.09-SNAPSHOT</version>
+ <version>${jvpp.registry.version}</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
<version>16.09-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.honeycomb.vpp</groupId>