We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55cc7f commit 51103c4Copy full SHA for 51103c4
spring-boot-project/spring-boot-test-autoconfigure/build.gradle
@@ -43,6 +43,7 @@ dependencies {
43
optional(project(":spring-boot-project:spring-boot-data-ldap"))
44
optional(project(":spring-boot-project:spring-boot-data-mongodb"))
45
optional(project(":spring-boot-project:spring-boot-data-neo4j"))
46
+ optional(project(":spring-boot-project:spring-boot-data-redis"))
47
optional(project(":spring-boot-project:spring-boot-flyway"))
48
optional(project(":spring-boot-project:spring-boot-groovy-templates"))
49
optional(project(":spring-boot-project:spring-boot-hateoas"))
0 commit comments