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'