From 9eb0e9db728e6137842d4a49026843f4a59c1826 Mon Sep 17 00:00:00 2001 From: yunjy Date: Wed, 6 Apr 2022 09:59:23 +0900 Subject: [PATCH] =?UTF-8?q?byte=20echo=20=EC=BB=A8=ED=8A=B8=EB=A1=A4?= =?UTF-8?q?=EB=9F=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c68ce22..1e6e4c8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ plugins { } ext['logback.version'] = '1.2.10' - group = 'com.eactive' version = '1.0.1' sourceCompatibility = '1.8' @@ -24,6 +23,7 @@ dependencies { implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' // implementation 'com.github.darrachequesne:spring-data-jpa-datatables:5.1.0' implementation 'org.apache.commons:commons-lang3:3.10' + implementation group: 'commons-io', name: 'commons-io', version: '2.6' implementation 'com.jayway.jsonpath:json-path:2.4.0' runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test'