Add support for Testcontainer Redis

Add support for the official `com.redis:testcontainers-redis` container.

See gh-41450
This commit is contained in:
Scott Frederick
2024-08-21 15:02:38 -05:00
committed by Phillip Webb
parent 926b0ec1c8
commit e7faca3bbb
40 changed files with 59 additions and 104 deletions

View File

@@ -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 = [