This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 362362 <property name =" aws-java-sdk.jar" value =" ${ext_libdir}/aws-java-sdk/aws-java-sdk-1.0.004.jar" />
363363 <property name =" jackson-core.jar" value =" ${ext_libdir}/jackson/1.9.7/jackson-core-asl.jar" />
364364 <property name =" jackson-mapper.jar" value =" ${ext_libdir}/jackson/1.9.7/jackson-mapper-asl.jar" />
365+ <property name =" jackson-annotations-2.3.0.jar" value =" ${ext_libdir}/jackson/1.9.7/jackson-annotations-2.3.0.jar" />
366+ <property name =" jackson-core-2.3.2.jar" value =" ${ext_libdir}/jackson/1.9.7/jackson-core-2.3.2.jar" />
367+ <property name =" jackson-databind-2.3.2.jar" value =" ${ext_libdir}/jackson/1.9.7/jackson-databind-2.3.2.jar" />
365368 <property name =" axis.jar" value =" ${ext_libdir}/axis/1.3/axis.jar" />
366369 <property name =" commons-dbcp.jar" value =" ${ext_libdir}/commons-dbcp/commons-dbcp.jar" />
367370 <property name =" commons-discovery.jar" value =" ${ext_libdir}/commons-discovery/0.2/commons-discovery.jar" />
641644 <pathelement location =" ${yuicompressor.jar}" />
642645 <pathelement location =" ${jackson-core.jar}" />
643646 <pathelement location =" ${jackson-mapper.jar}" />
647+ <pathelement location =" ${jackson-annotations-2.3.0.jar}" />
648+ <pathelement location =" ${jackson-core-2.3.2.jar}" />
649+ <pathelement location =" ${jackson-databind-2.3.2.jar}" />
644650 <pathelement location =" ${scribe.jar}" />
645651 <pathelement location =" ${jsr311.jar}" />
646652 <pathelement location =" ${cxf.jar}" />
Original file line number Diff line number Diff line change 311311 </copy >
312312 <copy file =" ${ jackson-core.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
313313 <copy file =" ${ jackson-mapper.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
314+ <copy file =" ${ jackson-annotations-2.3.0.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
315+ <copy file =" ${ jackson-core-2.3.2.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
316+ <copy file =" ${ jackson-databind-2.3.2.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
317+
314318 <copy file =" ${ yuicompressor.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
319+ <copy file =" ${ java-jwt-0.2.jar } " todir =" ${ ear_shared_libdir } " overwrite =" true" />
315320
316321 <!-- EJB components -->
317322 <copy file =" ${ catalog_services_id_generator.jar } " todir =" ${ build_distdir } /ejb" overwrite =" true" />
You can’t perform that action at this time.
0 commit comments