mirror of https://github.com/apache/lucene.git
LUCENE-3381: Maven configuration: added required jakarta-regexp dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cc7f06d03
commit
4d787d74ce
|
@ -47,6 +47,10 @@
|
|||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta-regexp</groupId>
|
||||
<artifactId>jakarta-regexp</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
Loading…
Reference in New Issue