<properties> <cxf.version>3.1.12</cxf.version> </properties> <dependencies> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${cxf.version}</version> </dependency> <!-- Jetty is needed if you‘re are not using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${cxf.version}</version> </dependency> </dependencies>
把版本提升,并加入黄色代码部分。
<
properties
>
<
cxf.version
>2.2.3</
cxf.version
>
</
properties
>
<
dependencies
>
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-frontend-jaxws</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-transports-http</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
<!-- Jetty is needed if you‘re are not using the CXFServlet -->
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-transports-http-jetty</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
</
dependencies
>
时间: 2024-10-18 18:36:09