mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
11 lines
255 B
Groovy
11 lines
255 B
Groovy
![]() |
apply plugin: 'java'
|
||
|
version = '1.0'
|
||
|
|
||
|
dependencies {
|
||
|
compile externalDependency.slf4j_api
|
||
|
compile externalDependency.slf4j_log4j
|
||
|
compile externalDependency.spring_jdbc
|
||
|
testCompile externalDependency.testng
|
||
|
testCompile project(":metadata-etl")
|
||
|
}
|