You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/08/21 20:48:32 UTC

svn commit: r1160033 - /lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template

Author: sarowe
Date: Sun Aug 21 18:48:31 2011
New Revision: 1160033

URL: http://svn.apache.org/viewvc?rev=1160033&view=rev
Log:
LUCENE-3381: Maven configuration: added required jakarta-regexp dependency

Modified:
    lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template?rev=1160033&r1=1160032&r2=1160033&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/lucene/contrib/sandbox/pom.xml.template Sun Aug 21 18:48:31 2011
@@ -48,6 +48,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>jakarta-regexp</groupId>
+      <artifactId>jakarta-regexp</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>