diff options
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> |