diff options
-rw-r--r-- | same/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/same/pom.xml b/same/pom.xml index 6d3d5f9..93f611f 100644 --- a/same/pom.xml +++ b/same/pom.xml @@ -44,6 +44,13 @@ </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.0</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.4</version> |