File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
- openjdk8
5
5
6
6
before_install :
7
- - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.0 -amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.0 -amd64.deb
7
+ - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.1 -amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.8.1 -amd64.deb
8
8
- sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml
9
9
- sudo cat /etc/elasticsearch/elasticsearch.yml
10
10
- sudo java -version
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 >7.8.0.5 </version >
6
+ <version >7.8.1.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>7.8.0 </elasticsearch .version>
47
+ <elasticsearch .version>7.8.1 </elasticsearch .version>
48
48
<elasticsearch .plugin.classname>org.elasticsearch.plugin.nlpcn.SqlPlug</elasticsearch .plugin.classname>
49
49
<druid .version>1.1.16</druid .version>
50
50
<guava .version>29.0-jre</guava .version>
74
74
<dependency >
75
75
<groupId >junit</groupId >
76
76
<artifactId >junit</artifactId >
77
- <version >4.11 </version >
77
+ <version >4.13.1 </version >
78
78
<scope >test</scope >
79
79
</dependency >
80
80
You can’t perform that action at this time.
0 commit comments