<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<version>2.2.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-context" % "2.2.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-context', version='2.2.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-context" rev="2.2.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>2.2.6.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-aop: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-autoconfigure-processor:2.3.2.RELEASE