Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7342775

Browse files
committed
fix bug NLPchina#469
1 parent 32f0462 commit 7342775

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -99,6 +99,13 @@
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>
@@ -213,6 +220,13 @@
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>

0 commit comments

Comments
 (0)