Skip to content

Commit

Permalink
Temporarily add Struts staging repo to POM so I can test new Struts 2…
Browse files Browse the repository at this point in the history
….5.21 pre-release.
  • Loading branch information
snoopdave committed Nov 7, 2019
1 parent fb9d141 commit 3457d03
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit 3457d03

Please sign in to comment.