Merge pull request #13713 from rmuir/rr_upgrade

Update to randomizedtesting 2.1.17
This commit is contained in:
Robert Muir 2015-09-22 09:25:29 -04:00
commit b3b4a78083
1 changed files with 1 additions and 17 deletions

18
pom.xml
View File

@ -48,12 +48,7 @@
<lucene.version>5.4.0</lucene.version>
<lucene.snapshot.revision>1702855</lucene.snapshot.revision>
<lucene.maven.version>5.4.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version>
<!-- we are using a snapshot of randomizedtesting with this PR:
https://github.com/randomizedtesting/randomizedtesting/pull/202
This allows us to only give the test-framework jars dangerous permissions and not
all of our code/test code. It is temporary while Dawid is on vacation. -->
<testframework.snapshot.revision>pr202</testframework.snapshot.revision>
<testframework.version>2.2.0-snapshot-${testframework.snapshot.revision}</testframework.version>
<testframework.version>2.1.17</testframework.version>
<jackson.version>2.5.3</jackson.version>
<slf4j.version>1.6.2</slf4j.version>
<log4j.version>1.2.17</log4j.version>
@ -151,19 +146,8 @@
<id>Lucene snapshots</id>
<url>https://download.elasticsearch.org/lucenesnapshots/${lucene.snapshot.revision}</url>
</repository>
<repository>
<id>Randomized Runner snapshot</id>
<url>https://download.elasticsearch.org/lucenesnapshots/rr-${testframework.snapshot.revision}</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Randomized Runner snapshot</id>
<url>https://download.elasticsearch.org/lucenesnapshots/rr-${testframework.snapshot.revision}</url>
</pluginRepository>
</pluginRepositories>
<dependencyManagement>
<dependencies>
<dependency>