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:
Steven Rowe 2011-08-21 18:48:31 +00:00
parent 4cc7f06d03
commit 4d787d74ce
1 changed files with 4 additions and 0 deletions

View File

@ -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>