mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
Upgrade DWR from 1.x to 2.x
- intended to resolve Jenkins build failure with old DWR version. pom.xml changes: - entry change in struts2-parent pom.xml - upgrade 1.1.1 (uk.ltd.getahead) -> 2.0.11-RELEASE (org.directwebremoting) - entry change in struts2-dwr-plugin pom.xml - entry change in struts2-showcase pom.xml
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<artifactId>sitemesh</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>uk.ltd.getahead</groupId>
|
||||
<groupId>org.directwebremoting</groupId>
|
||||
<artifactId>dwr</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>uk.ltd.getahead</groupId>
|
||||
<groupId>org.directwebremoting</groupId>
|
||||
<artifactId>dwr</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user