diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-26 10:00:22 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 07:10:13 +0200 |
commit | 1bcda138dc7bae6fd2bbd7fb7bb98af519c97e5c (patch) | |
tree | 0dcbe7a3f370a9a9a0f0b3aa1f6d22adacd70cf7 /nsh | |
parent | 1beaf21b7e59ba5fd526f3901881513434d05fdf (diff) |
Set jvpp version to 18.04
NSH_SFC release artifacts are not available yet,
so 18.04-RC1 version was used.
Change-Id: I56e8810e4dd7dee3f15100103ee183bcfce41c12
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/impl/pom.xml | 10 |
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> |