9 lines
391 B
Plaintext
9 lines
391 B
Plaintext
plugins { id("java-library-conventions") }
|
|
dependencies {
|
|
implementation(project(":gateway-module-policy:policy-api"))
|
|
implementation(project(":gateway-module-policy:policy-shared"))
|
|
implementation(project(":gateway-module-policy:policy-model-and-data"))
|
|
implementation(project(":main-contract-subjects"))
|
|
implementation("org.springframework.boot:spring-boot-starter")
|
|
}
|