File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.ansj</groupId >
6
6
<artifactId >elasticsearch-analysis-ansj</artifactId >
7
- <version >7.17.7 .0</version >
7
+ <version >7.17.8 .0</version >
8
8
<description >elasticsearch analysis by ansj</description >
9
9
<name >elasticsearch-analysis-ansj</name >
10
10
<url >http://maven.nlpcn.org</url >
14
14
<runSuite >**/MainTestSuite.class</runSuite >
15
15
<elasticsearch .plugin.name>elasticsearch-analysis-ansj</elasticsearch .plugin.name>
16
16
<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>
18
19
<elasticsearch .plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch .plugin.classname>
19
20
</properties >
20
21
44
45
<scope >provided</scope >
45
46
</dependency >
46
47
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
+
47
62
<dependency >
48
63
<groupId >org.apache.logging.log4j</groupId >
49
64
<artifactId >log4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments