cxf需要的依赖包

xiaoxiao2021-02-28  87

cxf依赖

* 依赖包 cxf-2.7.16.jar geronimo-servlet_3.0_spec-1.0.jar neethi-3.0.3.jar stax2-api-3.1.4.jar woodstox-core-asl-4.4.1.jar wsdl4j-1.6.3.jar xmlschema-core-2.1.0.jar

这个是cxf2.7.16相关的依赖jar包,其实除了这些还有一些其他的依赖,

比如 asm.jar

在转为maven项目的时候,缺少此jar包,项目启动不报错,但是其他项目调用接口的时候会报错:

Unexpected wrapper element.

包装元素不匹配.

是因为asm.jar 的版本不对.

转载请注明原文地址: https://www.6miu.com/read-76721.html

最新回复(0)