Remove Guava dependency
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cfe1ec0..97a3fc4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <artifactId>jSite</artifactId>
        <version>${version}</version>
        <properties>
-               <version>0.11.1</version>
+               <version>0.12</version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        <dependencies>
                        <artifactId>utils</artifactId>
                        <version>0.12.1</version>
                </dependency>
-               <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-                       <version>14.0.1</version>
-               </dependency>
        </dependencies>
        <repositories>
                <repository>
@@ -31,8 +26,8 @@
                                <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>