<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>3.4.2</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.4.2</version> </parent>
compile
|-- jakarta.validation:jakarta.validation-api
|-- ${cxf.asm.groupId}:${cxf.asm.artifactId}
|-- org.glassfish.jaxb:jaxb-runtime
|-- com.fasterxml.woodstox:woodstox-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.ws.xmlschema:xmlschema-core
|-- com.sun.xml.fastinfoset:FastInfoset
|-- jakarta.xml.bind:jakarta.xml.bind-api
provided
|-- org.springframework:spring-aop
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.apache.aries.blueprint:blueprint-parser
|-- org.springframework.osgi:spring-osgi-io
|-- org.springframework.osgi:spring-osgi-core
test
|-- junit:junit