mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
WN-5141
- fix things broken with rebase
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@ import com.opensymphony.xwork2.inject.Container;
|
||||
* DefaultActionMapper test case.
|
||||
*/
|
||||
public class DefaultActionMapperTest extends StrutsInternalTestCase {
|
||||
/*
|
||||
|
||||
private MockHttpServletRequest req;
|
||||
private ConfigurationManager configManager;
|
||||
private Configuration config;
|
||||
@@ -979,5 +979,5 @@ public class DefaultActionMapperTest extends StrutsInternalTestCase {
|
||||
// then
|
||||
assertEquals("error", result);
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ governing permissions and limitations
|
||||
<parent>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-parent</artifactId>
|
||||
<version>6.4.0-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>struts2-freemarker-jakarta</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-parent</artifactId>
|
||||
<version>6.4.0-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>struts2-sitemesh2-jakarta</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
Reference in New Issue
Block a user