mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-31 05:18:18 +00:00

Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com> Co-authored-by: Ravindra Lanka <rlanka@acryl.io> Co-authored-by: Shirshanka Das <shirshanka@apache.org>
18 lines
531 B
Groovy
18 lines
531 B
Groovy
apply plugin: 'pegasus'
|
|
|
|
dependencies {
|
|
compile spec.product.pegasus.data
|
|
compile spec.product.pegasus.generator
|
|
compile project(path: ':metadata-models')
|
|
compile externalDependency.lombok
|
|
compile externalDependency.guava
|
|
compile externalDependency.jacksonDataBind
|
|
compile externalDependency.jacksonDataFormatYaml
|
|
compile externalDependency.reflections
|
|
dataModel project(':li-utils')
|
|
annotationProcessor externalDependency.lombok
|
|
|
|
testCompile externalDependency.testng
|
|
testCompile project(':test-models')
|
|
|
|
} |