diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-16 11:12:28 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-16 11:58:03 +0200 |
commit | 836238ab08e2736b97cdd5648b1364fe0a9149e4 (patch) | |
tree | d346256ef7eab93fd44a19e714039daefa6badae /nsh/impl/pom.xml | |
parent | 9572e2714d1f4a2b0f75a98b63316705f8fa046d (diff) |
Bump jvpp-registry and jvpp-core version to 16.09
Change-Id: I74c6a2117847ebb1ca24c390cfb511fc4e9b6103
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 9 |
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> |