버전 변경

This commit is contained in:
현성필
2023-06-11 18:21:04 +09:00
parent 4e955217ad
commit 557dcdd0a6
+1 -3
View File
@@ -14,7 +14,7 @@ war.enabled = true
ext['logback.version'] = '1.2.10' ext['logback.version'] = '1.2.10'
group = 'com.eactive' group = 'com.eactive'
version = '1.0.1' version = '1.0.2'
sourceCompatibility = '1.8' sourceCompatibility = '1.8'
@@ -44,8 +44,6 @@ dependencies {
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
implementation 'com.navercorp.lucy:lucy-xss-servlet:2.0.1' 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 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'org.apache.httpcomponents:httpclient:4.5.14'