-
Bug
-
Resolution: Done
-
Major
-
fuse-7.0
-
None
-
%
-
Fuse 7.1 Sprint 30
I miss following dependencies in dependencyManagement section in cxf-parent pom
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-throttling</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security-cors</artifactId> </dependency>
and pluginManagement:
<plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-wadl2java-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-java2ws-plugin </artifactId> </plugin>
I am not able to use https://github.com/jboss-fuse/redhat-fuse project because I still need CXF version to specify these dependencies. Could you add them to cxf-parent?
- is cloned by
-
ENTESB-9112 Missing CXF dependencies in fabric8-project-bom-camel-spring-boot
- Done
- is related to
-
ENTESB-6878 Fuse 7.0 bom EAP, Karaf, Springboot
- Closed