<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-commons" % "2.1.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons', version='2.1.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-commons" rev="2.1.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>2.1.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-webflux
|-- org.springframework.security:spring-security-crypto
|-- org.springframework.security:spring-security-rsa
|-- org.springframework.integration:spring-integration-jmx
|-- org.springframework.boot:spring-boot-starter-hateoas
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.springframework.retry:spring-retry
|-- com.jayway.jsonpath:json-path
|-- com.squareup.okhttp3:okhttp:3.6.0
|-- com.squareup.okhttp3:logging-interceptor:3.6.0
|-- org.apache.httpcomponents:httpclient:4.5.4
test