Author: desruisseaux
Date: Wed Sep 18 14:00:51 2019
New Revision: 1867124

URL: http://svn.apache.org/viewvc?rev=1867124&view=rev
Log:
Remove arguments that are not compatible with Java 11. As a workaround for SIS 
1.0 release, a local build of SIS may need to temporarily set Jakarta scope to 
"compile" instead of "provided" and "test". This workaround should not be 
needed anymore after the SIS requirements will be upgraded from Java 8 to Java 
11.

Modified:
    sis/data/non-free/sis-embedded-data/pom.xml

Modified: sis/data/non-free/sis-embedded-data/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/data/non-free/sis-embedded-data/pom.xml?rev=1867124&r1=1867123&r2=1867124&view=diff
==============================================================================
--- sis/data/non-free/sis-embedded-data/pom.xml (original)
+++ sis/data/non-free/sis-embedded-data/pom.xml Wed Sep 18 14:00:51 2019
@@ -117,8 +117,6 @@ Provides non-free data, including the EP
           <executable>java</executable>
           <arguments>
             <argument>-classpath</argument> <classpath/>
-            <argument>--add-modules</argument>
-            <argument>java.xml.bind,java.xml.ws.annotation</argument>
             
<argument>-Dderby.stream.error.file=${project.build.directory}/derby.log</argument>
             <argument>org.apache.sis.resources.embedded.Generator</argument>
           </arguments>


Reply via email to