From 3574ad9e0c95f2cde6f55077be18a8224cf57148 Mon Sep 17 00:00:00 2001 From: curry772 Date: Tue, 23 Jun 2026 09:55:50 +0900 Subject: [PATCH] =?UTF-8?q?damo=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 8dd2bc9..6d805af 100644 --- a/build.gradle +++ b/build.gradle @@ -142,6 +142,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.15' testImplementation 'junit:junit:4.4' + testImplementation files('libs/damo-manager.jar', 'libs/kjb-safedb.jar') } test {