diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 07:47:18 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 07:47:18 +0200 |
commit | ee859ce91f6e3388272cc309ddc78b31e0135444 (patch) | |
tree | 6ee04408189140dda07ac9772f03be48cf156845 /nsh | |
parent | 1bcda138dc7bae6fd2bbd7fb7bb98af519c97e5c (diff) |
Update NSH_SFC version from 18.04-RC1 to 18.04
Change-Id: I4957696a440cb5b04a8dacb7503409e49feb5ac2
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/impl/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index f10a2ba15..ba5c96f19 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -86,13 +86,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>18.04-RC1</version> - <exclusions> - <exclusion> - <groupId>io.fd.nsh_sfc</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>18.04</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |