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.
4.4. Dependencies
cxf-bundle no longer supported Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
In the Apache CXF versions prior to 2.6, it was possible to include all of the Apache CXF modules in your application by adding a dependency on the
cxf-bundle
artifact to your Maven pom.xml
file—for example:
From Apache CXF 2.6 onwards, however, the
cxf-bundle
artifact is no longer available. Instead of adding a single dependency on the cxf-bundle
artifact, it is now necessary to add dependencies for each of the individual Apache CXF modules that your application depends on. For example, the basic set of Maven dependencies you would need for a simple JAX-WS Java application is as follows: