Repository: camel
Updated Branches:
  refs/heads/master 26772c4a6 -> c6973a975


CAMEL-11850 fix camel-asn1 on JDK9


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c3835100
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c3835100
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c3835100

Branch: refs/heads/master
Commit: c3835100e8ac483a614a61595a3292cc97accd01
Parents: 26772c4
Author: jpoth <poth.j...@gmail.com>
Authored: Wed Sep 27 13:25:42 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Sep 27 18:58:00 2017 +0200

----------------------------------------------------------------------
 buildingtools/java9-maven-settings | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c3835100/buildingtools/java9-maven-settings
----------------------------------------------------------------------
diff --git a/buildingtools/java9-maven-settings 
b/buildingtools/java9-maven-settings
index 8168748..7e02947 100755
--- a/buildingtools/java9-maven-settings
+++ b/buildingtools/java9-maven-settings
@@ -1,2 +1,2 @@
 #!/usr/bin/env bash
-export MAVEN_OPTS="--add-modules java.activation 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED
 --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED 
--add-opens java.base/java.text=ALL-UNNAMED --add-opens 
java.desktop/java.awt.font=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED  --add-opens java.base/java.lang=ALL-UNNAMED 
--add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens 
java.base/java.util.regex=ALL-UNNAMED --add-opens 
java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"
\ No newline at end of file
+export MAVEN_OPTS="--add-modules java.activation,java.xml.bind 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED
 --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED 
--add-opens java.base/java.text=ALL-UNNAMED --add-opens 
java.desktop/java.awt.font=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED  --add-opens java.base/java.lang=ALL-UNNAMED 
--add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens 
java.base/java.util.regex=ALL-UNNAMED --add-opens 
java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"

Reply via email to