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
commit6e9cb1fb7f2e808d016e9426142f2b5a78e980d9 (patch)
treed4e57ec3fdc4126dda6acb37d37db5e3bfcbc8bc /nsh/impl/pom.xml
parent0bf6682a75da7466985b352ec2a77912d07990be (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>