git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@755
f203690c-595d-4dc9-a70b-
905162fa7fd2
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.15</version>
<configuration>
<forkMode>once</forkMode>
+ <parallel>classes</parallel>
+ <threadCount>1</threadCount>
<argLine>-Xmx256M -server</argLine>
<systemProperties>
<property>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.0</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>