]> source.dussan.org Git - jackcess.git/commitdiff
update testing libs
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Jul 2013 22:19:22 +0000 (22:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Jul 2013 22:19:22 +0000 (22:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@755 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index eab8c1dd625b5cbbb9f29bc562c72968f1889a5b..ee834f3c0f9a972ef81bbd9518880efd8f351427 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>