Skip to content

Commit a5864db

Browse files
committed
adding license
1 parent 11af34e commit a5864db

File tree

4 files changed

+672
-6
lines changed

4 files changed

+672
-6
lines changed

qa/vector/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
apply plugin: 'elasticsearch.java'
1111
apply plugin: 'elasticsearch.build'
1212

13+
14+
tasks.named("dependencyLicenses").configure {
15+
mapping from: /lucene-.*/, to: 'lucene'
16+
}
17+
1318
dependencies {
1419
api "org.apache.lucene:lucene-core:${versions.lucene}"
1520
api "org.apache.lucene:lucene-queries:${versions.lucene}"
1621
api "org.apache.lucene:lucene-codecs:${versions.lucene}"
17-
api "commons-logging:commons-logging:${versions.commonslogging}"
18-
api "commons-codec:commons-codec:${versions.commonscodec}"
1922
implementation project(':libs:logging')
2023
implementation project(':server')
2124
}
22-
2325
/**
2426
* Task to run the KnnIndexTester with the provided parameters.
25-
*
26-
*
2727
*/
2828
tasks.register("checkVec", JavaExec) {
2929
group = "Execution"

0 commit comments

Comments
 (0)