SWS-1029 - Tune Java 10 dependencies

This commit is contained in:
Greg Turnquist
2018-07-26 08:30:40 -05:00
parent 43840a6b0f
commit 2ad1852840
2 changed files with 3 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- checkout
- run:
name: Java 10 - Test current version
command: ./mvnw -Pdistribute,snapshot,docs clean test
command: ./mvnw -Pdistribute,snapshot,docs,java10 clean test
java_10_test_spring_next:
docker:
@@ -43,7 +43,7 @@ jobs:
- checkout
- run:
name: Java 10 - Test Spring.NEXT
command: ./mvnw -Pspringnext clean test
command: ./mvnw -Pspringnext,java10 clean test
java_10_test_spring_buildsnapshot:
docker:
@@ -52,7 +52,7 @@ jobs:
- checkout
- run:
name: Java 10 - Test Spring.NEXT
command: ./mvnw -Pspring-buildsnapshot clean test
command: ./mvnw -Pspring-buildsnapshot,java10 clean test
deploy:
docker:

View File

@@ -595,13 +595,6 @@
<profile>
<id>java10</id>
<activation>
<jdk>10</jdk>
</activation>
<properties>
<source.level>1.10</source.level>
</properties>
<dependencies>
<dependency>