<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-jakarta-xml-ws</artifactId>
<version>0.10.0</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-jakarta-xml-ws', version='0.10.0')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>dropwizard-jakarta-xml-ws-parent</artifactId> <version>0.10.0</version> </parent>
compile
|-- org.checkerframework:checker-qual
|-- org.apache.cxf:cxf-rt-frontend-jaxws
|-- org.apache.cxf:cxf-rt-transports-http
provided
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-auth
|-- io.dropwizard:dropwizard-hibernate
test
|-- org.apache.cxf:cxf-testutils