File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.nlpcn</groupId >
55 <artifactId >elasticsearch-sql</artifactId >
6- <version >5.5.0.0 </version >
6+ <version >5.5.0.1 </version >
77 <packaging >jar</packaging >
88 <description >Query elasticsearch using SQL</description >
99 <name >elasticsearch-sql</name >
9999 <scope >provided</scope >
100100 </dependency >
101101
102+ <dependency >
103+ <groupId >org.elasticsearch.plugin</groupId >
104+ <artifactId >parent-join-client</artifactId >
105+ <version >${elasticsearch.version} </version >
106+ <scope >provided</scope >
107+ </dependency >
108+
102109 <dependency >
103110 <groupId >org.elasticsearch.client</groupId >
104111 <artifactId >transport</artifactId >
213220 <configuration >
214221 <artifactItems >
215222 <artifactItem >
223+ <groupId >org.elasticsearch.plugin</groupId >
224+ <artifactId >parent-join-client</artifactId >
225+ <overWrite >false</overWrite >
226+ <outputDirectory >${project.build.directory} </outputDirectory >
227+ <destFileName >parent-join-client.jar</destFileName >
228+ </artifactItem >
229+ <artifactItem >
216230 <groupId >com.alibaba</groupId >
217231 <artifactId >druid</artifactId >
218232 <overWrite >false</overWrite >
You can’t perform that action at this time.
0 commit comments