adding dependency for lucene-join
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 13 Sep 2013 14:10:36 +0000 (14:10 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 13 Sep 2013 14:10:36 +0000 (14:10 +0000)
cdmlib-services/pom.xml
pom.xml

index a09515b784f4384249424afee359ed5571324c3e..f54d7e70684f540e03adc1809b702fe358db4273 100644 (file)
        <groupId>org.apache.lucene</groupId>
        <artifactId>lucene-grouping</artifactId>
     </dependency>
+    <dependency>
+       <groupId>org.apache.lucene</groupId>
+       <artifactId>lucene-join</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-dbunit</artifactId>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-spring</artifactId>
       <scope>test</scope>
-    </dependency> 
+    </dependency>
+    <dependency>
+        <groupId>p6spy</groupId>
+        <artifactId>p6spy</artifactId>
+        <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
diff --git a/pom.xml b/pom.xml
index 37a1ba278c8a6b1928994e662b6e13b42f453624..361ae4e03df9b1e0f9f13db090d913b7d55f5715 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                       <artifactId>lucene-grouping</artifactId>
                       <version>${lucene.version}</version>
                    </dependency>
+            <dependency>
+               <groupId>org.apache.lucene</groupId>
+               <artifactId>lucene-join</artifactId>
+               <version>${lucene.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>com.ibm.lsid</groupId>