mirror of https://github.com/apache/lucene.git
12 lines
317 B
Groovy
12 lines
317 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation project(':solr:core')
|
|
|
|
implementation ("io.jaegertracing:jaeger-thrift", {
|
|
exclude group: "com.squareup.okhttp3", module: "okhttp"
|
|
exclude group: "com.google.code.gson", module: "gson"
|
|
})
|
|
|
|
testImplementation project(':solr:test-framework')
|
|
} |