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 9de2292 commit 269c85fCopy full SHA for 269c85f
build.gradle.kts
@@ -293,7 +293,9 @@ subprojects {
293
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
294
295
implementation("org.apache.commons:commons-csv:$commonsCsvVersion")
296
- implementation("com.redis.om:redis-om-spring:${redisOmSpringVersion}")
+ implementation("com.redis.om:redis-om-spring:${redisOmSpringVersion}") {
297
+ constraints { implementation("ai.djl:api:0.28.0") }
298
+ }
299
implementation("org.springframework.data:spring-data-redis")
300
implementation("org.springframework:spring-jdbc")
301
implementation("org.postgresql:postgresql")
0 commit comments