<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>4.1.4</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons', version='4.1.4')
)
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>4.1.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:3.2.7
|-- org.springframework.boot:spring-boot-starter-actuator:3.2.7
|-- org.springframework.boot:spring-boot-starter-web:3.2.7
|-- org.springframework.boot:spring-boot-starter-webflux:3.2.7
|-- org.springframework.security:spring-security-crypto:6.2.5
|-- org.springframework.security:spring-security-rsa:1.1.3
|-- org.springframework.integration:spring-integration-jmx:6.2.6
|-- org.springframework.boot:spring-boot-starter-hateoas:3.2.7
|-- org.springframework.boot:spring-boot-starter-aop:3.2.7
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.2.7
|-- org.springframework.retry:spring-retry:2.0.6