mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-19 15:42:09 +00:00
9 lines
539 B
Groovy
9 lines
539 B
Groovy
dependencies {
|
|
compile 'com.linkedin.pegasus:restli-client:6.0.12'
|
|
compile 'com.linkedin.pegasus:r2-netty:6.0.12'
|
|
// if used within LinkedIn, uncomment the following two lines and comment the extralibs to use the latest artifacts
|
|
// compile group:'com.linkedin.metadata-store', name:'metadata-store-api', version:'0.1.+', configuration:'dataTemplate'
|
|
// compile group:'com.linkedin.metadata-store', name:'metadata-store-api', version:'0.1.+', configuration:'restClient'
|
|
compile fileTree(dir: 'extralibs', include: ['*.jar'])
|
|
}
|