<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>runtime-sofa-boot-starter</artifactId>
<version>2.5.2</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='runtime-sofa-boot-starter', version='2.5.2')
)
<parent> <groupId>com.alipay.sofa</groupId> <artifactId>sofa-boot-runtime</artifactId> <version>2.5.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- com.alipay.sofa.common:sofa-common-tools
|-- com.alipay.sofa:infra-sofa-boot-starter
|-- aopalliance:aopalliance:1.0
|-- org.springframework.boot:spring-boot-configuration-processor
provided
|-- com.alipay.sofa:healthcheck-sofa-boot-starter
|-- com.alipay.sofa:sofa-ark-spi
test
|-- org.springframework.boot:spring-boot-test
|-- org.springframework:spring-test
|-- junit:junit:4.12