From c6747a58eaab0bb60acad4d626279765ed9e5ea6 Mon Sep 17 00:00:00 2001 From: Ingo Weiss Date: Mon, 10 Apr 2017 09:40:12 +0100 Subject: [PATCH] [ARTEMIS-861] Artemis 1.5 compilation fails with IBM JDK Issue: https://issues.apache.org/jira/browse/ARTEMIS-861 (cherry picked from commit e6f757e44f779f05abf647c41422d8d4bdf867ac) --- artemis-selector/pom.xml | 32 ++++++++++++++++++++++++++++++++ pom.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index 18dc94abfb..858705d42c 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -47,6 +47,38 @@ + + + ibm-jdk8 + + 1.8 + + java.vendor + IBM Corporation + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.maven.plugins + maven-compiler-plugin + + 3.1 + + + + + + + diff --git a/pom.xml b/pom.xml index 2c7138c0c4..87d0bdcdb7 100644 --- a/pom.xml +++ b/pom.xml @@ -688,6 +688,37 @@ javac + + + + ibm-jdk8 + + 1.8 + + java.vendor + IBM Corporation + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.maven.plugins + maven-compiler-plugin + + 3.1 + + + + + jdk18