<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>3.1.7</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons', version='3.1.7')
)
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>3.1.7</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.6.15
|-- org.springframework.boot:spring-boot-starter-actuator:2.6.15
|-- org.springframework.boot:spring-boot-starter-web:2.6.15
|-- org.springframework.boot:spring-boot-starter-webflux:2.6.15
|-- org.springframework.security:spring-security-crypto:5.6.10
|-- org.springframework.security:spring-security-rsa:1.0.11.RELEASE
|-- org.springframework.integration:spring-integration-jmx:5.5.18
|-- org.springframework.boot:spring-boot-starter-hateoas:2.6.15
|-- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.2
|-- org.springframework.boot:spring-boot-starter-aop:2.6.15
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.6.15
|-- org.springframework.retry:spring-retry:1.3.4
|-- com.jayway.jsonpath:json-path:2.6.0
|-- com.squareup.okhttp3:okhttp:3.14.9