Merge pull request #637 from danielsiwiec/java9-running-tests
Configuration changes needed to run tests on Java 9
This commit is contained in:
4
pom.xml
4
pom.xml
@ -33,7 +33,7 @@
|
||||
<h2.version>1.4.190</h2.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<compiler.version>3.0</compiler.version>
|
||||
<jacoco.version>0.7.2.201409121644</jacoco.version>
|
||||
<jacoco.version>0.7.9</jacoco.version>
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<camel.version>2.16.1</camel.version>
|
||||
<guava.version>19.0</guava.version>
|
||||
@ -395,7 +395,7 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<argLine>-Xmx1024M ${argLine}</argLine>
|
||||
<argLine>-Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Reference in New Issue
Block a user