Use longer form of dependency
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 761777e..8efa8ae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
                </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.9.5</version>
+                       <artifactId>mockito-core</artifactId>
+                       <version>2.1.0</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <scope>provided</scope>
                </dependency>
                <dependency>
+                       <groupId>org.bouncycastle</groupId>
+                       <artifactId>bcprov-jdk15on</artifactId>
+                       <version>1.54</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.google.inject</groupId>
                        <artifactId>guice</artifactId>
                        <version>3.0</version>
                                        <targetTests>
                                                <param>net.pterodactylus.sone.*</param>
                                        </targetTests>
+                                       <outputFormats>
+                                               <outputFormat>HTML</outputFormat>
+                                               <outputFormat>XML</outputFormat>
+                                       </outputFormats>
+                                       <timestampedReports>false</timestampedReports>
                                </configuration>
                        </plugin>
                </plugins>