Add context propagation dependency to build.gradle

chore/add-context-propagation-dependence
John Niang 2025-09-09 15:32:37 +08:00
parent bdbbbdf3af
commit 6cf56b03dd
No known key found for this signature in database
GPG Key ID: D7363C015BBCAA59
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ dependencies {
api 'org.springframework.security:spring-security-oauth2-client'
api 'org.springframework.security:spring-security-oauth2-resource-server'
api 'io.micrometer:context-propagation'
// Cache
api "org.springframework.boot:spring-boot-starter-cache"
api "com.github.ben-manes.caffeine:caffeine"