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