Make Spring Pulsar's Caffeine cache provider available to test compile
See gh-34763
This commit is contained in:
@@ -240,6 +240,7 @@ dependencies {
|
||||
testImplementation("org.springframework:spring-core-test")
|
||||
testImplementation("org.springframework.graphql:spring-graphql-test")
|
||||
testImplementation("org.springframework.kafka:spring-kafka-test")
|
||||
testImplementation("org.springframework.pulsar:spring-pulsar-cache-provider-caffeine")
|
||||
testImplementation("org.springframework.security:spring-security-test")
|
||||
testImplementation("org.testcontainers:cassandra")
|
||||
testImplementation("org.testcontainers:couchbase")
|
||||
|
||||
@@ -1584,6 +1584,8 @@ bom {
|
||||
group("org.springframework.pulsar") {
|
||||
modules = [
|
||||
"spring-pulsar",
|
||||
"spring-pulsar-cache-provider",
|
||||
"spring-pulsar-cache-provider-caffeine",
|
||||
"spring-pulsar-reactive"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user