-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
As followup of component leads discussions at JBEAP-26822, the following artifacts should be added to EE BOMs, to better support customers use cases.
- JAXWS Artifacts:
<dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-client</artifactId> </dependency> <dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-server</artifactId> </dependency> <dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-resources</artifactId> </dependency> <dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-transports-udp</artifactId> </dependency> <dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-transports-undertow</artifactId> </dependency>
- CLI artifacts:
<dependency> <groupId>org.wildfly.core</groupId> <artifactId>wildfly-cli</artifactId> <classifier>client</classifier> </dependency>
- clones
-
JBEAP-26822 [GSS](8.0.z) Port artifacts between Runtime and EE BOMs
- Closed