Skip to content

Commit 2b3539a

Browse files
committed
es 7.17.8 support
1 parent db91d0c commit 2b3539a

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pom.xml

+17-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.ansj</groupId>
66
<artifactId>elasticsearch-analysis-ansj</artifactId>
7-
<version>7.17.7.0</version>
7+
<version>7.17.8.0</version>
88
<description>elasticsearch analysis by ansj</description>
99
<name>elasticsearch-analysis-ansj</name>
1010
<url>http://maven.nlpcn.org</url>
@@ -14,7 +14,8 @@
1414
<runSuite>**/MainTestSuite.class</runSuite>
1515
<elasticsearch.plugin.name>elasticsearch-analysis-ansj</elasticsearch.plugin.name>
1616
<elasticsearch.plugin.java.version>1.8</elasticsearch.plugin.java.version>
17-
<elasticsearch.version>7.17.7</elasticsearch.version>
17+
<elasticsearch.version>7.17.8</elasticsearch.version>
18+
<lucene.version>8.11.1</lucene.version>
1819
<elasticsearch.plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch.plugin.classname>
1920
</properties>
2021

@@ -44,6 +45,20 @@
4445
<scope>provided</scope>
4546
</dependency>
4647

48+
<dependency>
49+
<groupId>org.elasticsearch</groupId>
50+
<artifactId>elasticsearch-x-content</artifactId>
51+
<version>${elasticsearch.version}</version>
52+
<scope>provided</scope>
53+
</dependency>
54+
55+
<dependency>
56+
<groupId>org.apache.lucene</groupId>
57+
<artifactId>lucene-core</artifactId>
58+
<version>${lucene.version}</version>
59+
<scope>provided</scope>
60+
</dependency>
61+
4762
<dependency>
4863
<groupId>org.apache.logging.log4j</groupId>
4964
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)