This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree 4 files changed +5
-9
lines changed
copilot_pool_and_profiles_services
topcoder_cockpit_project_metadata_services
topcoder_cockpit_task_management_services
services/contest_service_facade
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 26
26
<property name =" jaxb-api.jar" value =" ${ext_libdir}/jaxb/2.1.7/jaxb-api.jar" />
27
27
<property name =" javaee.jar" value =" ${ext_libdir}/j2ee/1.5/javaee.jar" />
28
28
29
- <!-- Struts jars -->
30
- <property name =" struts_dir" value =" ${ext_libdir}/struts/2.0.14/lib" />
31
- <property name =" commons-logging.jar" value =" ${struts_dir}/commons-logging-1.0.4.jar" />
32
-
33
29
<!-- Spring jars -->
34
30
35
31
Original file line number Diff line number Diff line change 21
21
<property name =" ifxjdbc.jar" value =" ${ext_libdir}/informix/ifxjdbc.jar" />
22
22
23
23
<property name =" commons-dbcp.jar" value =" ${ext_libdir}/commons-dbcp/commons-dbcp.jar" />
24
- <property name =" commons-logging.jar" value =" ${ext_libdir}/struts/commons-logging-1.1.1 .jar" />
24
+ <property name =" commons-logging.jar" value =" ${ext_libdir}/struts/2.3.31/ commons-logging-1.1.3 .jar" />
25
25
<property name =" commons-pool.jar" value =" ${ext_libdir}/commons-pool/commons-pool.jar" />
26
26
<property name =" log4j.jar" value =" ${ext_libdir}/jboss/log4j.jar" />
27
27
<property name =" hibernate3.jar" value =" ${ext_libdir}/hibernate/hibernate3.jar" />
Original file line number Diff line number Diff line change 27
27
<property name =" spring-framework.dir" value =" ${ext_libdir}/spring" />
28
28
<property name =" mockito.jar" value =" ${ext_libdir}/mockito/1.9.5/mockito-all-1.9.5.jar" />
29
29
<property name =" easymock.jar" value =" ${ext_libdir}/easymock/3.1/easymock-3.1.jar" />
30
- <property name =" commons-logging.jar" value =" ${ext_libdir}/struts/commons-logging-1.1.1 .jar" />
30
+ <property name =" commons-logging.jar" value =" ${ext_libdir}/struts/2.3.31/ commons-logging-1.1.3 .jar" />
31
31
<property name =" commons-dbcp.jar" value =" ${ext_libdir}/commons-dbcp/commons-dbcp.jar" />
32
32
<property name =" commons-pool.jar" value =" ${ext_libdir}/commons-pool/commons-pool.jar" />
33
33
Original file line number Diff line number Diff line change 230
230
<property name =" tcwebcommon.jar" value =" ${tcs_libdir}/${tcwebcommon.jar.name}" />
231
231
232
232
<property name =" aws-java.jar" value =" ${ext_libdir}/aws-java-sdk/aws-java-sdk-1.0.004.jar" />
233
- <property name =" commons-io-2.0.1. jar" value =" ${ext_libdir}/struts/commons-io-2.0.1 .jar" />
234
- <property name =" commons-lang-2.4.jar" value =" ${ext_libdir}/struts/commons-lang-2.4.jar" />
233
+ <property name =" commons-io-2.2. jar" value =" ${ext_libdir}/struts/2.3.31/ commons-io-2.2 .jar" />
234
+ <property name =" commons-lang-2.4.jar" value =" ${ext_libdir}/struts/2.3.31/ commons-lang-2.4.jar" />
235
235
236
236
<path id =" component.tcs-dependencies" >
237
237
<pathelement location =" ${jboss_login_module.jar}" />
319
319
<pathelement location =" ${jaxb-impl.jar}" />
320
320
321
321
<pathelement location =" ${aws-java.jar}" />
322
- <pathelement location =" ${commons-io-2.0.1 .jar}" />
322
+ <pathelement location =" ${commons-io-2.2 .jar}" />
323
323
<pathelement location =" ${commons-lang-2.4.jar}" />
324
324
</path >
325
325
You can’t perform that action at this time.
0 commit comments