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