diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-08 09:47:41 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-08 09:48:51 +0200 |
commit | f6c5ea411cbc015f534ef0aab2c343711d3392c7 (patch) | |
tree | 4541e3ffe2c80884a0e0cf56f64340cb0f1444c1 /nsh/impl | |
parent | 2948cae3ba1a75eb3192273d64b81b176357855f (diff) |
Switch to NSH implementation in VPP project
- update NSH dependency in pom file
- update NSH postman collectionUpdate postman collection
Change-Id: If7fd116dae4c074b49cfebf0b0a8bd083b0c00b9
Signed-off-by: Tibor Král <tibor.kral@pantheon.tech>
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'nsh/impl')
-rw-r--r-- | nsh/impl/pom.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 0c2518b7f..aa350d06d 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -84,15 +84,9 @@ <version>18.10-SNAPSHOT</version> </dependency> <dependency> - <groupId>io.fd.nsh_sfc</groupId> - <artifactId>nsh-sfc</artifactId> - <version>18.07</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <groupId>io.fd.vpp</groupId> + <artifactId>jvpp-nsh</artifactId> + <version>18.10-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |