introducing the QueryFactory for to modularize lucene query building
[cdmlib.git] / cdmlib-model / pom.xml
index 9d2ee77615a2eff72968c2aa540fa51aa9784adb..d95e925678d046549ff12c52e83a45cf87f3400e 100644 (file)
@@ -2,8 +2,8 @@
   <parent>
     <artifactId>cdmlib-parent</artifactId>
     <groupId>eu.etaxonomy</groupId>
-    <version>3.0.5-SNAPSHOT</version>
-       <relativePath>pom.xml</relativePath>
+    <version>3.0.13-SNAPSHOT</version>
+       <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-model</artifactId>
@@ -19,7 +19,7 @@
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
-          
+
           <execution>
             <id>aspectj-main</id>
             <phase>process-sources</phase>
     </dependency>
     <dependency>
       <groupId>org.unitils</groupId>
-      <artifactId>unitils</artifactId>
+      <artifactId>unitils-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-database</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-dbmaintainer</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-dbunit</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-mock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-orm</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-spring</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>  
+      <artifactId>slf4j-log4j12</artifactId>
     </dependency>
     <dependency>
          <groupId>jdom</groupId>