File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<properties >
35
35
<elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
36
- <lucene .version>4.10.2</lucene .version>
36
+ <lucene .version>5.0.0</lucene .version>
37
+ <lucene .maven.version>5.0.0-snapshot-1636426</lucene .maven.version>
37
38
<amazonaws .version>1.7.13</amazonaws .version>
38
39
<tests .output>onerror</tests .output>
39
40
<tests .shuffle>true</tests .shuffle>
48
49
<id >sonatype</id >
49
50
<url >http://oss.sonatype.org/content/repositories/releases/</url >
50
51
</repository >
52
+ <repository >
53
+ <id >Lucene snapshots</id >
54
+ <url >https://download.elasticsearch.org/lucenesnapshots/maven/</url >
55
+ </repository >
51
56
</repositories >
52
57
53
58
<dependencies >
72
77
<dependency >
73
78
<groupId >org.apache.lucene</groupId >
74
79
<artifactId >lucene-test-framework</artifactId >
75
- <version >${lucene.version} </version >
80
+ <version >${lucene.maven. version} </version >
76
81
<scope >test</scope >
77
82
</dependency >
78
83
85
90
<dependency >
86
91
<groupId >org.apache.lucene</groupId >
87
92
<artifactId >lucene-core</artifactId >
88
- <version >${lucene.version} </version >
93
+ <version >${lucene.maven. version} </version >
89
94
<scope >provided</scope >
90
95
</dependency >
91
96
You can’t perform that action at this time.
0 commit comments