datahub/restli-client/build.gradle

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'])
}