plugins { `java-library` } dependencies { implementation("com.google.guava:guava:33.5.0-jre") implementation("org.apache.commons:commons-lang3:3.20.0") implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.fasterxml.jackson.core:jackson-core") api("org.springframework.boot:spring-boot-starter-data-jpa") api("org.springframework.boot:spring-boot-starter-web") api("org.springframework.boot:spring-boot-starter-security") api("org.springframework.boot:spring-boot-starter-aop") runtimeOnly("org.postgresql:postgresql") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.security:spring-security-test") }