File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<properties >
34
34
<elasticsearch .version>2.1.0-SNAPSHOT</elasticsearch .version>
35
-
36
35
<elasticsearch .plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch .plugin.classname>
37
-
38
36
<elasticsearch .assembly.descriptor>${project.basedir} /src/main/assemblies/plugin.xml</elasticsearch .assembly.descriptor>
39
37
<tests .rest.suite>mapper_attachments</tests .rest.suite>
40
38
<tests .rest.load_packaged>false</tests .rest.load_packaged>
41
39
</properties >
42
40
43
41
<dependencies >
44
42
<dependency >
45
- <groupId >org.elasticsearch.distribution.fully-loaded </groupId >
43
+ <groupId >org.elasticsearch</groupId >
46
44
<artifactId >elasticsearch</artifactId >
47
45
<version >${elasticsearch.version} </version >
48
- <type >pom</type >
49
- <scope >test</scope >
46
+ <scope >provided</scope >
50
47
</dependency >
51
48
52
49
<!-- Tika -->
You can’t perform that action at this time.
0 commit comments