forked from kimhyungsik/ax_hub_mcp_tool
10 lines
272 B
Groovy
10 lines
272 B
Groovy
plugins {
|
|
// Spring Boot 3.5.11 version is managed by the root build.gradle.
|
|
id 'org.springframework.boot'
|
|
}
|
|
|
|
dependencies {
|
|
// Shared MCP, Glow integration, validation, logging, Lombok and MapStruct configuration.
|
|
implementation project(':dat-was-lib')
|
|
}
|