diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-10-13 00:23:09 +0800 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-10-12 08:15:12 +0000 |
commit | f3099e36fdf5c2d7cd747246865690984b8f074d (patch) | |
tree | 93f6a3ec76f8dd27a7b831111f242ef3e52a55b0 /nsh/impl/pom.xml | |
parent | 7fa476774566cce370c5a5e97b410746bc3b4484 (diff) |
Add NSH entry test case. HONEYCOMB-198
Change-Id: Ie11b030f3071fdeca4b8fda5bcb63f6ba1de3b80
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 8a39f7fab..81138cd3d 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -92,6 +92,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>io.fd.honeycomb.vpp</groupId> + <artifactId>vpp-translate-test</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution</artifactId> <version>${project.version}</version> @@ -101,5 +106,15 @@ <artifactId>v3po2vpp</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |