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 /it | |
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 'it')
-rw-r--r-- | it/api-test/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index b40c5af49..28263ec0d 100644 --- a/it/api-test/pom.xml +++ b/it/api-test/pom.xml @@ -87,6 +87,12 @@ <!-- Open source plugins --> <dependency> + <groupId>io.fd.hc2vpp.nsh</groupId> + <artifactId>vppnsh-api</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-api</artifactId> <version>${project.version}</version> |