From e6f757e44f779f05abf647c41422d8d4bdf867ac 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 --- 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 651aee9161..c283774690 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 3f636ec48c..7eff36e3d4 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