File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 111
111
<artifactId >datanucleus-maven-plugin</artifactId >
112
112
<version >${datanucleus-maven-plugin.version} </version >
113
113
<configuration >
114
- <fork >false </fork >
114
+ <fork >true </fork >
115
115
<log4jConfiguration >${basedir} /log4j.properties</log4jConfiguration >
116
116
<verbose >true</verbose >
117
117
<props >${basedir} /datanucleus.properties</props >
Original file line number Diff line number Diff line change 33
33
<h2 .version>1.4.190</h2 .version>
34
34
<junit .version>4.12</junit .version>
35
35
<compiler .version>3.0</compiler .version>
36
- <jacoco .version>0.7.2.201409121644 </jacoco .version>
36
+ <jacoco .version>0.7.9 </jacoco .version>
37
37
<commons-dbcp .version>1.4</commons-dbcp .version>
38
38
<camel .version>2.16.1</camel .version>
39
39
<guava .version>19.0</guava .version>
395
395
</dependency >
396
396
</dependencies >
397
397
<configuration >
398
- <argLine >-Xmx1024M ${argLine} </argLine >
398
+ <argLine >-Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine} </argLine >
399
399
</configuration >
400
400
</plugin >
401
401
<plugin >
You can’t perform that action at this time.
0 commit comments