From 80045fcdf37ea277991a6fd5433d176d8bbe3edd Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 21 Oct 2017 08:43:58 +0200 Subject: [PATCH] Tries fix tests when running on JDK9 --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2eb242fce..11e723197 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,25 @@ + + jdk9 + + 9 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-modules java.activation --add-modules java.xml.bind + + + + + + @@ -177,7 +196,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.20.1 -Duser.language=en -Duser.region=US