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 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.nlpcn</groupId >
5
5
<artifactId >elasticsearch-sql</artifactId >
6
- <version >5.5.0.0 </version >
6
+ <version >5.5.0.1 </version >
7
7
<packaging >jar</packaging >
8
8
<description >Query elasticsearch using SQL</description >
9
9
<name >elasticsearch-sql</name >
99
99
<scope >provided</scope >
100
100
</dependency >
101
101
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
+
102
109
<dependency >
103
110
<groupId >org.elasticsearch.client</groupId >
104
111
<artifactId >transport</artifactId >
213
220
<configuration >
214
221
<artifactItems >
215
222
<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 >
216
230
<groupId >com.alibaba</groupId >
217
231
<artifactId >druid</artifactId >
218
232
<overWrite >false</overWrite >
You can’t perform that action at this time.
0 commit comments