From 557dcdd0a648d88d0fd49e4a16c1b7f3977557e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Sun, 11 Jun 2023 18:21:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8714c6a..9ad5483 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ war.enabled = true ext['logback.version'] = '1.2.10' group = 'com.eactive' -version = '1.0.1' +version = '1.0.2' sourceCompatibility = '1.8' @@ -44,8 +44,6 @@ dependencies { implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' implementation 'com.navercorp.lucy:lucy-xss-servlet:2.0.1' -// implementation 'com.github.darrachequesne:spring-data-jpa-datatables:5.1.0' -// implementation 'com.google.jimfs:jimfs:1.2' implementation 'io.springfox:springfox-boot-starter:3.0.0' implementation 'org.apache.httpcomponents:httpclient:4.5.14'