This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/roller-6.0.x by this push:
new 3457d03 Temporarily add Struts staging repo to POM so I can test new
Struts 2.5.21 pre-release.
3457d03 is described below
commit 3457d03d672e4bbda068a9544e7163936be52d2a
Author: David M. Johnson <[email protected]>
AuthorDate: Thu Nov 7 17:46:13 2019 -0500
Temporarily add Struts staging repo to POM so I can test new Struts 2.5.21
pre-release.
---
app/pom.xml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/app/pom.xml b/app/pom.xml
index 1d6cd03..a7afaa6 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -38,7 +38,6 @@ limitations under the License.
<java-activation.version>1.2.0</java-activation.version>
<java-mail.version>1.4.7</java-mail.version>
<jstl.version>1.2</jstl.version>
-
<angular.version>1.7.8</angular.version>
<ant.version>1.10.5</ant.version>
<commons-validator.version>1.6</commons-validator.version>
@@ -58,13 +57,12 @@ limitations under the License.
<slf4j.version>1.7.26</slf4j.version>
<spring.version>4.1.4.RELEASE</spring.version>
<spring.security.version>3.2.5.RELEASE</spring.security.version>
- <struts.version>2.5.20</struts.version>
+ <struts.version>2.5.21</struts.version>
<velocity.version>1.7</velocity.version>
<webjars.version>1.5</webjars.version>
<ws-commons-util.version>1.0.2</ws-commons-util.version>
<xml-security.version>1.3.0</xml-security.version>
<xmlrpc-version>3.1.3</xmlrpc-version>
-
</properties>
<dependencies>
@@ -783,4 +781,11 @@ limitations under the License.
</build>
+ <repositories>
+ <repository>
+ <id>struts-staging</id>
+ <url>https://repository.apache.org/content/groups/staging/</url>
+ </repository>
+ </repositories>
+
</project>