diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-10-14 20:59:34 +0800 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-10-14 06:58:28 +0000 |
commit | 4469dd3495c36d8b63fbae325b951fad694638d0 (patch) | |
tree | 8542a4a4a302fe7ce6199181c30e1f366eef00da /nsh/impl/pom.xml | |
parent | fc788553055ed528dd5b8e27d8ec0e960af8a737 (diff) |
Raise test coverage of nsh plugin to 80%. HONEYCOMB-198
Change-Id: Ia1ebc0330544d63c66b6462a33563b86358ace6c
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 81138cd3d..8cd0dabbb 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -55,6 +55,16 @@ <artifactId>guice-multibindings</artifactId> <version>${guice.version}</version> </dependency> + <dependency> + <groupId>com.google.inject.extensions</groupId> + <artifactId>guice-testlib</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> |