Remove unused methods
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 11224ec..718759a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>0.12.1</version>
                </dependency>
                <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-                       <version>14.0.1</version>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.12</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-library</artifactId>
+                       <version>1.3</version>
+                       <scope>test</scope>
                </dependency>
        </dependencies>
        <repositories>
@@ -85,7 +92,7 @@
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>0.7.1.201405082137</version>
+                               <version>0.7.5.201505241946</version>
                                <executions>
                                        <execution>
                                                <id>default-prepare-agent</id>