Skip to content

Commit

Permalink
adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed May 23, 2023
1 parent 9048994 commit 239252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/redis-smart-cache-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation group: 'io.airlift', name: 'units', version: airliftVersion
implementation 'com.redis:lettucemod:3.5.1'
implementation files("/Users/steve.lorello/projects/smart-cache/redis-smart-cache/core/redis-smart-cache-core/build/libs/redis-smart-cache-core-0.2.2-SNAPSHOT.jar")
implementation files("/Users/steve.lorello/projects/smart-cache/redis-smart-cache/core/redis-smart-cache-core/build/libs/redis-smart-cache-core-0.2.2-SNAPSHOT.jar") //TODO: replace with sensible version
}

dependencyManagement {
Expand Down

0 comments on commit 239252b

Please sign in to comment.