dependencies { implementation "$boot:spring-boot-starter-web" implementation "$boot:spring-boot-starter-data-jpa" implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.apache.httpcomponents.client5:httpclient5:5.3' implementation 'org.apache.commons:commons-io:1.3.2' implementation 'com.itextpdf:html2pdf:5.0.3' compileOnly 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' implementation project(":common:core") implementation project(":common:util") implementation project(":data:flt") implementation project(":data:ctr") implementation project(":data:com") implementation project(":data:pty") implementation project(":data:other") compileOnly project(":web:security") }