From cfdfed410a43f396c8d18d97663883e1584628c6 Mon Sep 17 00:00:00 2001 From: Christoph Wolfes Date: Wed, 19 Aug 2020 09:30:02 +0200 Subject: [PATCH] updates java version and jaxb dep to work with java 11 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 709a44d40..5b80b7674 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,9 @@ - 1.8 - 8 + 11 + ${java.version} + ${java.version} UTF-8 UTF-8 @@ -45,7 +46,7 @@ org.glassfish.jaxb jaxb-runtime - 2.3.2 + 2.3.3