File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ governing permissions and limitations under the License. -->
44
44
45
45
<properties >
46
46
<elasticsearch .version>1.5.0-SNAPSHOT</elasticsearch .version>
47
- <lucene .version>4.10.2</lucene .version>
47
+ <lucene .version>4.10.3</lucene .version>
48
+ <lucene .maven.version>4.10.3-snapshot-1637985</lucene .maven.version>
48
49
<tests .output>onerror</tests .output>
49
50
<tests .shuffle>true</tests .shuffle>
50
51
<tests .output>onerror</tests .output>
@@ -53,6 +54,13 @@ governing permissions and limitations under the License. -->
53
54
<es .logger.level>INFO</es .logger.level>
54
55
</properties >
55
56
57
+ <repositories >
58
+ <repository >
59
+ <id >Lucene Snapshots</id >
60
+ <url >https://download.elasticsearch.org/lucenesnapshots/1637985/</url >
61
+ </repository >
62
+ </repositories >
63
+
56
64
<dependencies >
57
65
<dependency >
58
66
<groupId >org.hamcrest</groupId >
@@ -75,7 +83,7 @@ governing permissions and limitations under the License. -->
75
83
<dependency >
76
84
<groupId >org.apache.lucene</groupId >
77
85
<artifactId >lucene-test-framework</artifactId >
78
- <version >${lucene.version} </version >
86
+ <version >${lucene.maven. version} </version >
79
87
<scope >test</scope >
80
88
</dependency >
81
89
You can’t perform that action at this time.
0 commit comments