Skip to content

Commit adc20b5

Browse files
Update JUnit dependency and test configuration.
1 parent f5bce59 commit adc20b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>junit</groupId>
109109
<artifactId>junit</artifactId>
110-
<version>4.8.1</version>
110+
<version>4.12</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>
@@ -143,7 +143,8 @@
143143
<version>2.20</version>
144144
<configuration>
145145
<!--<skipTests>true</skipTests>-->
146-
<forkMode>pertest</forkMode>
146+
<forkCount>1</forkCount>
147+
<reuseForks>false</reuseForks>
147148
<argLine>-Djna.nosys=true ${maven.test.jvmargs}</argLine>
148149
<excludes>
149150
<exclude>**/Test*.java</exclude>

0 commit comments

Comments
 (0)