<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>2.2.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-commons" % "2.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons', version='2.2.5.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-commons" rev="2.2.5.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>2.2.5.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.3.2.RELEASE
|-- org.springframework.security:spring-security-crypto:5.3.3.RELEASE
|-- org.springframework.security:spring-security-rsa:1.0.9.RELEASE
|-- org.springframework.integration:spring-integration-jmx:5.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-hateoas:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-aop:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- com.jayway.jsonpath:json-path:2.4.0
|-- com.squareup.okhttp3:okhttp:3.14.9