<dependency>
<groupId>com.sap.cloud.security</groupId>
<artifactId>java-security-test</artifactId>
<version>3.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.security', module='java-security-test', version='3.2.0')
)
<parent> <groupId>com.sap.cloud.security.xsuaa</groupId> <artifactId>parent</artifactId> <version>3.2.0</version> </parent>
compile
|-- com.sap.cloud.security:java-security
|-- junit:junit
|-- org.junit.jupiter:junit-jupiter-api
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-annotations
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
|-- com.github.tomakehurst:wiremock
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- jakarta.servlet:jakarta.servlet-api
test