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