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:
JCgH4164838Gh792C124B5
2018-11-25 22:32:22 -05:00
parent 7530042ead
commit 0e410639f3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>uk.ltd.getahead</groupId>
<groupId>org.directwebremoting</groupId>
<artifactId>dwr</artifactId>
</dependency>
</dependencies>
+2 -2
View File
@@ -648,9 +648,9 @@
</dependency>
<dependency>
<groupId>uk.ltd.getahead</groupId>
<groupId>org.directwebremoting</groupId>
<artifactId>dwr</artifactId>
<version>1.1.1</version>
<version>2.0.11-RELEASE</version>
</dependency>
<dependency>