summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorDainius Jocas <dainius.jocas@gmail.com>2023-07-31 13:27:43 +0300
committerDainius Jocas <dainius.jocas@gmail.com>2023-07-31 13:27:43 +0300
commit5a60f6f3ae8e99f1f3de10e22a1f055d03fb37db (patch)
tree0f7cc48efba4b6661036a509269868d7354d6af2 /parent
parentd488a7482e93ae233be571d61946caa796aba588 (diff)
integrate Lucene Linguistics into the vespa project
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index d624bb2cd8c..df20b94ec79 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -887,6 +887,16 @@
<version>${opennlp.vespa.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>${lucene.vespa.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-analysis-common</artifactId>
+ <version>${lucene.vespa.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>