From 2ad18528403c91a817d914a8db38e2308a38991a Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 26 Jul 2018 08:30:40 -0500 Subject: [PATCH] SWS-1029 - Tune Java 10 dependencies --- circle.yml | 6 +++--- pom.xml | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/circle.yml b/circle.yml index a6360356..fb6fb286 100644 --- a/circle.yml +++ b/circle.yml @@ -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: diff --git a/pom.xml b/pom.xml index b90b5b49..278069c1 100644 --- a/pom.xml +++ b/pom.xml @@ -595,13 +595,6 @@ java10 - - 10 - - - - 1.10 -