6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
plugins { id("java-library-conventions") }
|
|
dependencies {
|
|
implementation(project(":gateway-module-fraud-detection:fraud-detection-api"))
|
|
implementation("org.springframework.boot:spring-boot-starter")
|
|
}
|