We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bce59 commit adc20b5Copy full SHA for adc20b5
pom.xml
@@ -107,7 +107,7 @@
107
<dependency>
108
<groupId>junit</groupId>
109
<artifactId>junit</artifactId>
110
- <version>4.8.1</version>
+ <version>4.12</version>
111
<scope>test</scope>
112
</dependency>
113
@@ -143,7 +143,8 @@
143
<version>2.20</version>
144
<configuration>
145
<!--<skipTests>true</skipTests>-->
146
- <forkMode>pertest</forkMode>
+ <forkCount>1</forkCount>
147
+ <reuseForks>false</reuseForks>
148
<argLine>-Djna.nosys=true ${maven.test.jvmargs}</argLine>
149
<excludes>
150
<exclude>**/Test*.java</exclude>
0 commit comments