Author: kwright
Date: Wed Dec 18 01:16:57 2019
New Revision: 1871721

URL: http://svn.apache.org/viewvc?rev=1871721&view=rev
Log:
Update to latest surefire plugin

Modified:
    manifoldcf/integration/solr-8.x/trunk/pom.xml

Modified: manifoldcf/integration/solr-8.x/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/integration/solr-8.x/trunk/pom.xml?rev=1871721&r1=1871720&r2=1871721&view=diff
==============================================================================
--- manifoldcf/integration/solr-8.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-8.x/trunk/pom.xml Wed Dec 18 01:16:57 2019
@@ -62,6 +62,14 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
   
   <build>
@@ -71,7 +79,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.1</version>
         <configuration>
           <argLine>-Xmx1024m</argLine>
         </configuration>


Reply via email to