<dependency>
<groupId>com.tencent.bk.repo</groupId>
<artifactId>common-service</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.repo', module='common-service', version='1.1.0-RELEASE')
)
compile
|-- com.tencent.bk.repo:common-api:1.1.0-RELEASE
|-- com.tencent.devops:devops-boot-starter-service
|-- com.tencent.devops:devops-boot-starter-circuitbreaker
|-- io.github.resilience4j:resilience4j-bulkhead
|-- io.micrometer:micrometer-registry-influx
|-- com.google.guava:guava:31.1-jre
|-- org.springframework.cloud:spring-cloud-starter-sleuth
|-- org.springframework.cloud:spring-cloud-sleuth-otel-autoconfigure
|-- cn.hutool:hutool-crypto:5.5.4
|-- org.springframework.cloud:spring-cloud-starter-config
|-- org.springframework.retry:spring-retry
|-- com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32
|-- org.jetbrains.kotlin:kotlin-reflect:1.4.32