diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-01 12:48:27 +0200 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2018-06-05 07:17:36 +0000 |
commit | 7d6c038cb30b933582d15fb6ab92fed60ce8092f (patch) | |
tree | 9878983f61c2898936af346d4b91ad89fe0fa45a /nsh/impl/pom.xml | |
parent | c46a97f716e6c5c4fed9f52f66f0847e2cefaf59 (diff) |
HC2VPP-336: reenable NSH plugin
This patch reverts https://gerrit.fd.io/r/#/c/12822/
and bumps jvpp nsh_sfc dependency to 18.07-SNAPSHOT.
Change-Id: Idce70d39c9c273b7db3c771430ef5af58417b43b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-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 0b8cd1fc2..38038a42d 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-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>18.07-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |