Update to elasticsearch 2.0.0.beta2

Closes #161.
Closes #162.

(cherry picked from commit 8583ce9)
This commit is contained in:
David Pilato 2015-10-01 00:08:37 +02:00
parent f2eb0a3b2b
commit 2d604eaef6
1 changed files with 2 additions and 5 deletions

View File

@ -32,9 +32,7 @@
<properties>
<elasticsearch.version>2.1.0-SNAPSHOT</elasticsearch.version>
<elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<tests.rest.suite>mapper_attachments</tests.rest.suite>
<tests.rest.load_packaged>false</tests.rest.load_packaged>
@ -42,11 +40,10 @@
<dependencies>
<dependency>
<groupId>org.elasticsearch.distribution.fully-loaded</groupId>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>pom</type>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<!-- Tika -->