From e4b9d5f9a17a34e2ef8ea6fed901693f61ff5f92 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 18 Jan 2019 20:13:49 +0100 Subject: [PATCH] Skip osgi testsuite on JDK11. (#8733) Motivation: Since the updating to OpenJDK 11.0.2 the OSGI testsuite fails. We should dissable it until there is a version of the used plugins that works with this OpenJDK version. Modifications: Skip osgi testsuite when using JDK11. Result: Build pass again with JDK11. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 23980ff0cc..cc130091c6 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,8 @@ 3.0.0-M1 2.0.5.Final + + true