Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Ce contenu n'est pas disponible dans la langue sélectionnée.
Appendix E. Maven Tooling Reference
E.1. Plug-in Setup Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Abstract
before you can use the Apache CXF plug-ins, you must first add the proper dependencies and repositories to your POM.
Dependencies Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
You need to add the following dependencies to your project's POM:
- the JAX-WS frontend
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>version</version> </dependency>
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>version</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - the HTTP transport
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>version</version> </dependency>
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>version</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - the Jetty transport
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>version</version> </dependency>
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>version</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Repositories Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
To ensure that you are using the Progress versions of the plug-ins you need to add the Apache CXF repositories to the project's POM:
- the plug-in repository
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - the Apache CXF release repository
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - the Apache CXF snapshot repository
Copy to Clipboard Copied! Toggle word wrap Toggle overflow