We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270bef commit 3fd2493Copy full SHA for 3fd2493
back/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
implementation("org.springframework.boot:spring-boot-starter-data-redis")
36
37
// Embedded Redis
38
- testImplementation("com.github.codemonstur:embedded-redis:1.4.3")
+ implementation("com.github.codemonstur:embedded-redis:1.4.3")
39
40
// Session
41
implementation("org.springframework.session:spring-session-data-redis")
0 commit comments