summaryrefslogtreecommitdiffstats
path: root/nsh/impl/pom.xml
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2016-10-14 20:59:34 +0800
committerMarek Gradzki <mgradzki@cisco.com>2016-10-14 06:58:28 +0000
commit4469dd3495c36d8b63fbae325b951fad694638d0 (patch)
tree8542a4a4a302fe7ce6199181c30e1f366eef00da /nsh/impl/pom.xml
parentfc788553055ed528dd5b8e27d8ec0e960af8a737 (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.xml10
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>