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

pascalschumacher 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 d86b1ec  Camel-telegram: Make tests pass on Java 9 and 10 by adding 
the java.xml.bind module to surefire
d86b1ec is described below

commit d86b1ec9ed14cbb8024226a7ba7038aeb78acdce
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Thu May 10 11:33:13 2018 +0200

    Camel-telegram: Make tests pass on Java 9 and 10 by adding the 
java.xml.bind module to surefire
---
 components/camel-telegram/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/components/camel-telegram/pom.xml 
b/components/camel-telegram/pom.xml
index 8e3180a..dd04b2f 100644
--- a/components/camel-telegram/pom.xml
+++ b/components/camel-telegram/pom.xml
@@ -140,6 +140,22 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>jdk9+-build</id>
+      <activation>
+        <jdk>[9,)</jdk>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>--add-modules java.xml.bind</argLine>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
 </project>

-- 
To stop receiving notification emails like this one, please contact
pascalschumac...@apache.org.

Reply via email to