Move back to java8

This commit is contained in:
Spencer Gibb
2017-09-11 16:05:23 -06:00
parent 0e46f86082
commit cc68857051
2 changed files with 1 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ general:
- gh-pages # list of branches to ignore
machine:
java:
version: openjdk7 #Open JDK has the JCE extentions installed by default
version: openjdk8 #Open JDK has the JCE extentions installed by default
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
dependencies:

View File

@@ -81,11 +81,6 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>