<dependency>
<groupId>com.sap.cloud.security</groupId>
<artifactId>env</artifactId>
<version>2.12.2</version>
</dependency>
<parent> <groupId>com.sap.cloud.security.xsuaa</groupId> <artifactId>parent</artifactId> <version>2.12.2</version> </parent>
compile
|-- com.sap.cloud.security:java-api
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- com.sap.cloud.security.xsuaa:token-client
|-- org.apache.httpcomponents:httpclient
test
|-- junit:junit
|-- org.junit.vintage:junit-vintage-engine
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- com.github.tomakehurst:wiremock-jre8
|-- com.github.stefanbirkner:system-rules:1.19.0