mirror of https://github.com/halo-dev/halo
Add context propagation dependency to build.gradle
parent
bdbbbdf3af
commit
6cf56b03dd
|
@ -60,6 +60,8 @@ dependencies {
|
||||||
api 'org.springframework.security:spring-security-oauth2-client'
|
api 'org.springframework.security:spring-security-oauth2-client'
|
||||||
api 'org.springframework.security:spring-security-oauth2-resource-server'
|
api 'org.springframework.security:spring-security-oauth2-resource-server'
|
||||||
|
|
||||||
|
api 'io.micrometer:context-propagation'
|
||||||
|
|
||||||
// Cache
|
// Cache
|
||||||
api "org.springframework.boot:spring-boot-starter-cache"
|
api "org.springframework.boot:spring-boot-starter-cache"
|
||||||
api "com.github.ben-manes.caffeine:caffeine"
|
api "com.github.ben-manes.caffeine:caffeine"
|
||||||
|
|
Loading…
Reference in New Issue