11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
plugins {
|
|
id("java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":main-infrastructure"))
|
|
implementation(project(":gateway-module-policy:policy-contract-subjects"))
|
|
implementation(Dependencies.jacksonYaml)
|
|
implementation("org.springframework.boot:spring-boot-starter")
|
|
}
|