Update to elasticsearch 2.0.0.beta2
Closes #161. Closes #162. (cherry picked from commit 8583ce9)
This commit is contained in:
parent
f2eb0a3b2b
commit
2d604eaef6
7
pom.xml
7
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue