mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-4638 Upgrades TestNG and Surefire plugin
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsInternalTestCase {
|
||||
String result2 = proxy2.execute();
|
||||
assertEquals("wait", result2);
|
||||
|
||||
Thread.sleep(300);
|
||||
Thread.sleep(500);
|
||||
|
||||
ActionProxy proxy3 = buildProxy("action1");
|
||||
String result3 = proxy3.execute();
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.4.2</version>
|
||||
<version>2.19.1</version>
|
||||
<configuration>
|
||||
<additionalClasspathElements>
|
||||
<element>target/test-classes/jsps.jar</element>
|
||||
|
||||
@@ -37,8 +37,7 @@
|
||||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<version>5.1</version>
|
||||
<classifier>jdk15</classifier>
|
||||
<version>6.9.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
|
||||
Reference in New Issue
Block a user