You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
787 B

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")
}