@@ -4,11 +4,11 @@ apply plugin: 'eclipse'
4
4
5
5
sourceCompatibility = 1.8
6
6
targetCompatibility = 1.8
7
- version = ' 2.3.4 '
7
+ version = ' 2.3.5 '
8
8
def pluginDescription = ' Plugin to enable HTTP basic authentication and/or Ip based authentication'
9
9
def pluginClassname = ' com.asquera.elasticsearch.plugins.http.HttpBasicServerPlugin'
10
10
def pluginName = ' elasticsearch-http-basic'
11
- def elasticVersion = ' 2.3.4 '
11
+ def elasticVersion = ' 2.3.5 '
12
12
13
13
jar {
14
14
jar. baseName = " elasticsearch-http-basic"
@@ -40,20 +40,7 @@ repositories {
40
40
dependencies {
41
41
42
42
// elastic search
43
- compile(" org.elasticsearch:elasticsearch:2.3.4" )
44
- compile(" org.apache.lucene:lucene-core:5.5.0" )
45
- compile(" org.apache.lucene:lucene-analyzers-common:5.5.0" )
46
- compile(" org.apache.lucene:lucene-queries:5.5.0" )
47
- compile(" org.apache.lucene:lucene-memory:5.5.0" )
48
- compile(" org.apache.lucene:lucene-highlighter:5.5.0" )
49
- compile(" org.apache.lucene:lucene-queryparser:5.5.0" )
50
- compile(" org.apache.lucene:lucene-sandbox:5.5.0" )
51
- compile(" org.apache.lucene:lucene-suggest:5.5.0" )
52
- compile(" org.apache.lucene:lucene-misc:5.5.0" )
53
- compile(" org.apache.lucene:lucene-join:5.5.0" )
54
- compile(" org.apache.lucene:lucene-grouping:5.5.0" )
55
- compile(" org.apache.lucene:lucene-spatial:5.5.0" )
56
- compile(" org.apache.lucene:lucene-expressions:5.5.0" )
43
+ compile(" org.elasticsearch:elasticsearch:2.3.5" )
57
44
58
45
// httpclient
59
46
compile(" org.apache.httpcomponents:httpclient:4.5.2" )
@@ -63,7 +50,7 @@ dependencies {
63
50
64
51
// test
65
52
testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
66
- testCompile(group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 2.3.4 ' , classifier : ' tests' )
53
+ testCompile(group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 2.3.5 ' , classifier : ' tests' )
67
54
testCompile(group : ' org.hamcrest' , name : ' hamcrest-all' , version : ' 1.3' )
68
55
testCompile(group : ' org.apache.lucene' , name : ' lucene-test-framework' , version : ' 5.5.0' )
69
56
0 commit comments