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