|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>org.nlpcn</groupId>
|
5 | 5 | <artifactId>elasticsearch-sql</artifactId>
|
6 |
| - <version>6.2.4.6</version> |
| 6 | + <version>6.3.0.0</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 | <description>Query elasticsearch using SQL</description>
|
9 | 9 | <name>elasticsearch-sql</name>
|
|
45 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
46 | 46 | <runSuite>**/MainTestSuite.class</runSuite>
|
47 | 47 | <elasticsearch.plugin.name>sql</elasticsearch.plugin.name>
|
48 |
| - <elasticsearch.version>6.2.4</elasticsearch.version> |
| 48 | + <elasticsearch.version>6.3.0</elasticsearch.version> |
49 | 49 | <elasticsearch.plugin.classname>org.elasticsearch.plugin.nlpcn.SqlPlug</elasticsearch.plugin.classname>
|
50 | 50 | </properties>
|
51 | 51 |
|
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.locationtech.spatial4j</groupId>
|
95 | 95 | <artifactId>spatial4j</artifactId>
|
96 |
| - <version>0.6</version> |
| 96 | + <version>0.7</version> |
97 | 97 | </dependency>
|
98 | 98 |
|
99 |
| - <dependency> |
100 |
| - <groupId>com.vividsolutions</groupId> |
101 |
| - <artifactId>jts</artifactId> |
102 |
| - <version>1.13</version> |
103 |
| - </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>org.locationtech.jts</groupId> |
| 101 | + <artifactId>jts-core</artifactId> |
| 102 | + <version>1.15.0</version> |
| 103 | + <scope>provided</scope> |
| 104 | + </dependency> |
104 | 105 |
|
105 | 106 | <dependency>
|
106 | 107 | <groupId>org.elasticsearch</groupId>
|
|
116 | 117 | <scope>provided</scope>
|
117 | 118 | </dependency>
|
118 | 119 |
|
| 120 | + <dependency> |
| 121 | + <groupId>com.unboundid</groupId> |
| 122 | + <artifactId>unboundid-ldapsdk</artifactId> |
| 123 | + <version>3.2.0</version> |
| 124 | + <scope>provided</scope> |
| 125 | + </dependency> |
| 126 | + |
| 127 | + <dependency> |
| 128 | + <groupId>org.bouncycastle</groupId> |
| 129 | + <artifactId>bcprov-jdk15on</artifactId> |
| 130 | + <version>1.58</version> |
| 131 | + <scope>provided</scope> |
| 132 | + </dependency> |
| 133 | + |
119 | 134 | <dependency>
|
120 | 135 | <groupId>log4j</groupId>
|
121 | 136 | <artifactId>log4j</artifactId>
|
|
0 commit comments