1
0
Nilton Constantino d48172539a
first commit
2026-04-22 14:55:58 +01:00

8 lines
316 B
Plaintext

plugins { id("java-library-conventions") }
dependencies {
implementation(project(":gateway-module-audit:audit-api"))
implementation(Dependencies.jacksonDatabind)
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
implementation("org.springframework.boot:spring-boot-starter")
}