-
Bug
-
Resolution: Done
-
Normal
-
fuse-7.11.1-GA
-
None
Remove org.apache.tomcat.embed dependencies from cxf-spring-boot-starter-jaxrs for the next FUSE 7.x release.
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-undertow</artifactId> </dependency>
The server still start as tomcat.