Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B858200C3D for ; Tue, 14 Mar 2017 18:28:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 488E4160B63; Tue, 14 Mar 2017 17:28:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82C23160B89 for ; Tue, 14 Mar 2017 18:28:13 +0100 (CET) Received: (qmail 69007 invoked by uid 500); 14 Mar 2017 17:28:12 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 68892 invoked by uid 99); 14 Mar 2017 17:28:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2017 17:28:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8DA31DF999; Tue, 14 Mar 2017 17:28:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Tue, 14 Mar 2017 17:28:16 -0000 Message-Id: <19e06713f1eb45e89d7222ccc07ae255@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] camel git commit: CAMEL-10141: make camel-bindy unit tests pass on Java 9 archived-at: Tue, 14 Mar 2017 17:28:14 -0000 CAMEL-10141: make camel-bindy unit tests pass on Java 9 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e9aec2b3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e9aec2b3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e9aec2b3 Branch: refs/heads/master Commit: e9aec2b338db217047aaf9fd86c9f0b6b2620d3c Parents: cad3c9c Author: jpoth Authored: Tue Mar 14 14:36:21 2017 +0100 Committer: jpoth Committed: Tue Mar 14 17:49:05 2017 +0100 ---------------------------------------------------------------------- components/camel-bindy/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e9aec2b3/components/camel-bindy/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml index 6627a8c..f79249d 100755 --- a/components/camel-bindy/pom.xml +++ b/components/camel-bindy/pom.xml @@ -89,4 +89,24 @@ + + + + jdk9-build + + 9 + + + + + maven-surefire-plugin + + 3000 + --add-modules java.xml.bind,java.xml.ws.annotation --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.xml.ws.annotation/javax.annotation=ALL-UNNAMED + + + + + +