From 239252b269e1d134b40510439ca3ce96de3f9cbc Mon Sep 17 00:00:00 2001 From: slorello89 Date: Tue, 23 May 2023 08:54:41 -0400 Subject: [PATCH] adding todo --- tools/redis-smart-cache-cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/redis-smart-cache-cli/build.gradle b/tools/redis-smart-cache-cli/build.gradle index 1ee5af2..cc3999c 100644 --- a/tools/redis-smart-cache-cli/build.gradle +++ b/tools/redis-smart-cache-cli/build.gradle @@ -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 {