mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 12:10:23 +00:00
16 lines
384 B
Groovy
16 lines
384 B
Groovy
![]() |
plugins {
|
||
|
id 'java'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':entity-registry')
|
||
|
implementation project(':metadata-operation-context')
|
||
|
implementation project(':metadata-auth:auth-api')
|
||
|
|
||
|
implementation externalDependency.jacksonDataBind
|
||
|
implementation externalDependency.httpClient
|
||
|
|
||
|
compileOnly externalDependency.lombok
|
||
|
|
||
|
annotationProcessor externalDependency.lombok
|
||
|
}
|