mirror of https://github.com/apache/lucene.git
LUCENE-6924: Upgrade randomizedtesting to 2.3.2.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
695870d7a2
commit
35758f62c8
|
@ -2,7 +2,7 @@
|
|||
<library name="JUnit">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/junit-4.10.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.3.1.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -134,6 +134,8 @@ Bug Fixes
|
|||
|
||||
Other
|
||||
|
||||
* LUCENE-6924: Upgrade randomizedtesting to 2.3.2. (Dawid Weiss)
|
||||
|
||||
* LUCENE-6920: Improve custom function checks in expressions module
|
||||
to use MethodHandles and work without extra security privileges.
|
||||
(Uwe Schindler, Robert Muir)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/cglib/cglib-nodep = 2.2
|
||||
/com.adobe.xmp/xmpcore = 5.1.2
|
||||
|
||||
com.carrotsearch.randomizedtesting.version = 2.3.1
|
||||
com.carrotsearch.randomizedtesting.version = 2.3.2
|
||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
054cdf1533c6362812605dab2a984494930108d6
|
|
@ -0,0 +1 @@
|
|||
dc8f03f6111974092491f35b8269eb0fc57f52f7
|
|
@ -1 +0,0 @@
|
|||
a6e5446a14e44802b91983b3e5c2d56e1d1c424a
|
|
@ -0,0 +1 @@
|
|||
307965917fe8a22b7ee72deba39ef4b8e6ebc069
|
|
@ -1 +0,0 @@
|
|||
054cdf1533c6362812605dab2a984494930108d6
|
|
@ -0,0 +1 @@
|
|||
dc8f03f6111974092491f35b8269eb0fc57f52f7
|
|
@ -1 +0,0 @@
|
|||
a6e5446a14e44802b91983b3e5c2d56e1d1c424a
|
|
@ -0,0 +1 @@
|
|||
307965917fe8a22b7ee72deba39ef4b8e6ebc069
|
Loading…
Reference in New Issue