You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/04/09 09:49:05 UTC

[camel] branch master updated: Fix build on JDK11

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f6735fa  Fix build on JDK11
f6735fa is described below

commit f6735fa963e31528ab251e814d523024ce16f078
Author: jpoth <po...@gmail.com>
AuthorDate: Tue Apr 9 11:48:29 2019 +0200

    Fix build on JDK11
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 19a4145..011f138 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6014,6 +6014,11 @@
                             <groupId>javax.xml.soap</groupId>
                             <artifactId>javax.xml.soap-api</artifactId>
                         </exclusion>
+                        <exclusion>
+                            <!--Get dependency from jaxb-runtime-->
+                            <groupId>org.jvnet.staxex</groupId>
+                            <artifactId>stax-ex</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>