mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 02:11:49 +00:00
8 lines
181 B
Groovy
8 lines
181 B
Groovy
|
|
apply plugin: 'java'
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
compile project(':li-utils')
|
||
|
|
compile project(':metadata-models')
|
||
|
|
compile externalDependency.commonsIo
|
||
|
|
compile externalDependency.guava
|
||
|
|
}
|