Skip to content

Commit 1f067b8

Browse files
authored
Merge pull request iluwatar#637 from danielsiwiec/java9-running-tests
Configuration changes needed to run tests on Java 9
2 parents e1d8266 + 00bdfd6 commit 1f067b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

naked-objects/dom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<artifactId>datanucleus-maven-plugin</artifactId>
112112
<version>${datanucleus-maven-plugin.version}</version>
113113
<configuration>
114-
<fork>false</fork>
114+
<fork>true</fork>
115115
<log4jConfiguration>${basedir}/log4j.properties</log4jConfiguration>
116116
<verbose>true</verbose>
117117
<props>${basedir}/datanucleus.properties</props>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<h2.version>1.4.190</h2.version>
3434
<junit.version>4.12</junit.version>
3535
<compiler.version>3.0</compiler.version>
36-
<jacoco.version>0.7.2.201409121644</jacoco.version>
36+
<jacoco.version>0.7.9</jacoco.version>
3737
<commons-dbcp.version>1.4</commons-dbcp.version>
3838
<camel.version>2.16.1</camel.version>
3939
<guava.version>19.0</guava.version>
@@ -395,7 +395,7 @@
395395
</dependency>
396396
</dependencies>
397397
<configuration>
398-
<argLine>-Xmx1024M ${argLine}</argLine>
398+
<argLine>-Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}</argLine>
399399
</configuration>
400400
</plugin>
401401
<plugin>

0 commit comments

Comments
 (0)