From 0a5397bbeddc5ed921343f86959cd5c3db000ac8 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 33e8602fd8..31ac6cb967 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,8 @@ 3.0.0-M1 2.0.5.Final + + true