欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【转】cxf客户端所需最少jar包 . 博客分类: cxf cxf 

程序员文章站 2024-02-16 15:23:58
...

每次搭建CXF的客户端环境,都比较纠结到底哪些包是需要的,哪些包是多余的。
因在网上看到一总结帖,转载于此,以供参考:

经过http://opensourceforce.org/forum/viewthread.php?tid=2626的帖子讨论,最终经过多次尝试,总结出cxf2.3.1调用ws客户端所需最少包列举如下:

commons-logging-1.1.1.jar

cxf-2.3.1.jar

geronimo-activation_1.1_spec-1.1.jar

geronimo-annotation_1.0_spec-1.1.1.jar

geronimo-javamail_1.4_spec-1.7.1.jar

jaxb-api-2.2.1.jar

jaxb-impl-2.2.1.1.jar

neethi-2.0.4.jar

spring-aop-3.0.5.RELEASE.jar

spring-asm-3.0.5.RELEASE.jar

spring-beans-3.0.5.RELEASE.jar

spring-context-3.0.5.RELEASE.jar

spring-core-3.0.5.RELEASE.jar

spring-expression-3.0.5.RELEASE.jar

stax2-api-3.0.2.jar

woodstox-core-asl-4.0.8.jar

wsdl4j-1.6.2.jar

wss4j-1.5.10.jar

xalan-2.7.1.jar

xmlbeans-2.4.0.jar

XmlSchema-1.4.7.jar

xmlsec-1.4.4.jar


since http://blog.csdn.net/einarzhang/article/details/6182488
相关标签: cxf