geometry 설정 추가

This commit is contained in:
2025-11-12 12:29:23 +09:00
parent ec07bb9328
commit bf9baa8500

View File

@@ -32,6 +32,10 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
//geometry
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.locationtech.jts.io:jts-io-common:1.20.0'
}
tasks.named('test') {