Skip to content

Commit 32283c7

Browse files
Patrick RypallaPatrick Rypalla
Patrick Rypalla
authored and
Patrick Rypalla
committed
elastic 2.3.5
1 parent 0c68447 commit 32283c7

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

build.gradle

+4-17
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ apply plugin: 'eclipse'
44

55
sourceCompatibility = 1.8
66
targetCompatibility = 1.8
7-
version = '2.3.4'
7+
version = '2.3.5'
88
def pluginDescription = 'Plugin to enable HTTP basic authentication and/or Ip based authentication'
99
def pluginClassname = 'com.asquera.elasticsearch.plugins.http.HttpBasicServerPlugin'
1010
def pluginName = 'elasticsearch-http-basic'
11-
def elasticVersion = '2.3.4'
11+
def elasticVersion = '2.3.5'
1212

1313
jar {
1414
jar.baseName = "elasticsearch-http-basic"
@@ -40,20 +40,7 @@ repositories {
4040
dependencies {
4141

4242
// 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")
5744

5845
// httpclient
5946
compile("org.apache.httpcomponents:httpclient:4.5.2")
@@ -63,7 +50,7 @@ dependencies {
6350

6451
//test
6552
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')
6754
testCompile(group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3')
6855
testCompile(group: 'org.apache.lucene', name: 'lucene-test-framework', version: '5.5.0')
6956

0 commit comments

Comments
 (0)