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.

19 lines
654 B

dependencies {
implementation "$boot:spring-boot-starter-web"
implementation "$boot:spring-boot-starter-data-jpa"
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
// for paging
// implementation("org.springframework.data:spring-data-commons")
compileOnly 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
compileOnly 'org.locationtech.jts:jts-core:1.19.0'
implementation project(":data:com")
implementation project(":data:flt")
implementation project(":data:pty")
implementation project(":common:core")
compileOnly project(":common:util")
compileOnly project(":web:security")
}