2024-03-21 15:15:29 -05:00
|
|
|
plugins {
|
|
|
|
id 'java'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':entity-registry')
|
|
|
|
implementation project(':metadata-operation-context')
|
|
|
|
implementation project(':metadata-auth:auth-api')
|
|
|
|
|
2025-05-24 13:42:10 -05:00
|
|
|
implementation platform(externalDependency.jacksonBom)
|
2024-03-21 15:15:29 -05:00
|
|
|
implementation externalDependency.jacksonDataBind
|
|
|
|
implementation externalDependency.httpClient
|
|
|
|
|
2024-12-05 11:45:04 -06:00
|
|
|
compileOnly externalDependency.swaggerAnnotations
|
2024-03-21 15:15:29 -05:00
|
|
|
compileOnly externalDependency.lombok
|
|
|
|
|
|
|
|
annotationProcessor externalDependency.lombok
|
|
|
|
}
|