Skip to content

Commit 239252b

Browse files
committed
adding todo
1 parent 9048994 commit 239252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/redis-smart-cache-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'org.springframework.boot:spring-boot-starter'
4242
implementation group: 'io.airlift', name: 'units', version: airliftVersion
4343
implementation 'com.redis:lettucemod:3.5.1'
44-
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")
44+
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
4545
}
4646

4747
dependencyManagement {

0 commit comments

Comments
 (0)