Remove unused methods
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3b6647c..718759a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,11 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
-       <version>0.11.1</version>
+       <version>${version}</version>
+       <properties>
+               <version>0.12</version>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <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>
                        <url>http://maven.pterodactylus.net/</url>
                </repository>
        </repositories>
-       <properties>
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
@@ -84,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>