Add support for Testcontainer Redis
Add support for the official `com.redis:testcontainers-redis` container. See gh-41450
This commit is contained in:
committed by
Phillip Webb
parent
926b0ec1c8
commit
e7faca3bbb
@@ -2167,6 +2167,16 @@ bom {
|
||||
releaseNotes("https://github.com/testcontainers/testcontainers-java/releases/tag/{version}")
|
||||
}
|
||||
}
|
||||
library("Testcontainers Redis Module", "2.2.2") {
|
||||
group("com.redis") {
|
||||
modules = [
|
||||
"testcontainers-redis"
|
||||
]
|
||||
}
|
||||
links {
|
||||
site("https://testcontainers.com/modules/redis/")
|
||||
}
|
||||
}
|
||||
library("Thymeleaf", "3.1.2.RELEASE") {
|
||||
group("org.thymeleaf") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user