Make Spring Pulsar's Caffeine cache provider available to test compile
See gh-34763
This commit is contained in:
parent
437a4fd6a2
commit
4f6e50b55a
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue