<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-oauth2</artifactId>
<version>3.5.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-rs-security-oauth2', version='3.5.5')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security-oauth-parent</artifactId> <version>3.5.5</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-frontend-jaxrs
|-- org.apache.cxf:cxf-rt-rs-security-jose-jaxrs
|-- org.apache.cxf:cxf-rt-rs-client
provided
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
|-- jakarta.persistence:jakarta.persistence-api
test
|-- org.codehaus.jettison:jettison
|-- org.apache.cxf:cxf-rt-rs-extension-providers
|-- junit:junit
|-- org.apache.openjpa:openjpa
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-jcache
|-- org.springframework:spring-aop
|-- org.springframework:spring-context
|-- org.springframework:spring-orm
|-- org.springframework:spring-test