Skip to content

Commit

Permalink
Merge pull request #3 from topcoder-platform/upgrade_to_struts_2.3.32
Browse files Browse the repository at this point in the history
Upgrade to struts 2.3.32
  • Loading branch information
ajefts authored Apr 14, 2017
2 parents bffc3e9 + d9d43f9 commit da87cd5
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
<property name="jackson-databind.jar" value="${ext_libdir}/jackson/jackson-databind-2.1.5.jar"/>
<property name="jackson-annotations.jar" value="${ext_libdir}/jackson/jackson-annotations-2.1.5.jar"/>

<property name="struts2-core.jar" value="${ext_libdir}/struts/struts2-core-2.3.15.3.jar"/>
<property name="struts2-json-plugin.jar" value="${ext_libdir}/struts/struts2-json-plugin-2.3.15.3.jar"/>
<property name="struts2-spring-plugin.jar" value="${ext_libdir}/struts/struts2-spring-plugin-2.3.15.3.jar"/>
<property name="xwork-core.jar" value="${ext_libdir}/struts/xwork-core-2.3.15.3.jar"/>
<property name="struts2-core.jar" value="${ext_libdir}/struts/struts2-core-2.3.32.jar"/>
<property name="struts2-json-plugin.jar" value="${ext_libdir}/struts/struts2-json-plugin-2.3.32.jar"/>
<property name="struts2-spring-plugin.jar" value="${ext_libdir}/struts/struts2-spring-plugin-2.3.32.jar"/>
<property name="xwork-core.jar" value="${ext_libdir}/struts/xwork-core-2.3.32.jar"/>
<!-- xwork 1 is used by jive-->
<property name="xwork.jar" value="${ext_libdir}/struts/xwork-1.2.3.jar"/>

<property name="ognl.jar" value="${ext_libdir}/ognl-3.0.6.jar"/>
<property name="ognl.jar" value="${ext_libdir}/struts/ognl-3.0.19.jar"/>
<property name="antlr.jar" value="${ext_libdir}/antlr-2.7.2.jar"/>

<property name="junit.jar" value="${ext_libdir}/testing/junit-3.8.1.jar"/>
Expand Down
Binary file removed lib/third_party/struts/freemarker-2.3.19.jar
Binary file not shown.
Binary file added lib/third_party/struts/freemarker-2.3.22.jar
Binary file not shown.
Binary file not shown.
Binary file removed lib/third_party/struts/struts2-core-2.3.15.3.jar
Binary file not shown.
Binary file added lib/third_party/struts/struts2-core-2.3.32.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/third_party/struts/xwork-core-2.3.15.3.jar
Binary file not shown.
Binary file added lib/third_party/struts/xwork-core-2.3.32.jar
Binary file not shown.

0 comments on commit da87cd5

Please sign in to comment.