Skip to content
Snippets Groups Projects
Commit 64aa314f authored by Christian Wulf's avatar Christian Wulf
Browse files

fixed pom

parent eaa08f98
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
......@@ -21,7 +21,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.6</java.version>
<java.version>1.8</java.version>
</properties>
......@@ -106,6 +106,11 @@
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
<build>
......@@ -118,7 +123,7 @@
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
</configuration>
</plugin>
<!-- we want JDK 1.6 source and binary compatibility -->
<!-- we want JDK source and binary compatibility -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment