|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>org.nlpcn</groupId>
|
5 | 5 | <artifactId>elasticsearch-sql</artifactId>
|
6 |
| - <version>6.5.3.1</version> |
| 6 | + <version>6.5.4.0</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 | <description>Query elasticsearch using SQL</description>
|
9 | 9 | <name>elasticsearch-sql</name>
|
|
44 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
45 | 45 | <runSuite>**/MainTestSuite.class</runSuite>
|
46 | 46 | <elasticsearch.plugin.name>sql</elasticsearch.plugin.name>
|
47 |
| - <elasticsearch.version>6.5.3</elasticsearch.version> |
| 47 | + <elasticsearch.version>6.5.4</elasticsearch.version> |
48 | 48 | <elasticsearch.plugin.classname>org.elasticsearch.plugin.nlpcn.SqlPlug</elasticsearch.plugin.classname>
|
49 | 49 | </properties>
|
50 | 50 |
|
|
123 | 123 | <scope>provided</scope>
|
124 | 124 | </dependency>
|
125 | 125 |
|
126 |
| - <dependency> |
127 |
| - <groupId>log4j</groupId> |
128 |
| - <artifactId>log4j</artifactId> |
129 |
| - <version>1.2.17</version> |
130 |
| - <scope>provided</scope> |
131 |
| - </dependency> |
132 |
| - |
133 |
| - <dependency> |
134 |
| - <groupId>org.apache.logging.log4j</groupId> |
135 |
| - <artifactId>log4j-api</artifactId> |
136 |
| - <version>2.7</version> |
137 |
| - <scope>provided</scope> |
138 |
| - </dependency> |
139 |
| - <dependency> |
140 |
| - <groupId>org.apache.logging.log4j</groupId> |
141 |
| - <artifactId>log4j-core</artifactId> |
142 |
| - <version>2.7</version> |
143 |
| - <scope>provided</scope> |
144 |
| - </dependency> |
145 |
| - |
146 | 126 | <dependency>
|
147 | 127 | <groupId>javax.servlet</groupId>
|
148 | 128 | <artifactId>servlet-api</artifactId>
|
|
0 commit comments