We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7540f commit 3ae755eCopy full SHA for 3ae755e
pom.xml
@@ -66,6 +66,12 @@ governing permissions and limitations under the License. -->
66
<version>1.3.RC2</version>
67
<scope>test</scope>
68
</dependency>
69
+ <dependency>
70
+ <groupId>com.carrotsearch.randomizedtesting</groupId>
71
+ <artifactId>randomizedtesting-runner</artifactId>
72
+ <version>2.1.10</version>
73
+ <scope>test</scope>
74
+ </dependency>
75
<dependency>
76
<groupId>org.apache.lucene</groupId>
77
<artifactId>lucene-test-framework</artifactId>
0 commit comments