lucene/solr/contrib/ltr/build.gradle

15 lines
426 B
Groovy
Raw Normal View History

2019-12-02 09:34:57 -05:00
apply plugin: 'java-library'
dependencies {
implementation project(':solr:core')
implementation project(':lucene:analysis:common')
testImplementation('org.mockito:mockito-core', {
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
})
testImplementation ('org.objenesis:objenesis')
testImplementation ('org.restlet.jee:org.restlet.ext.servlet')
testImplementation project(':solr:test-framework')
}