Merge trunk into CDM 3.3
[cdmlib.git] / cdmlib-ext / pom.xml
index a18c5671a5b7365c119c98dbc15a58de67f5e66a..bb6dd29417c4e44c4519ae048e60abd9cb6abf94 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-           <version>3.1.5-SNAPSHOT</version>
+           <version>3.2.2-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
       <artifactId>unitils-core</artifactId>
       <scope>test</scope>
     </dependency>
+<!--     probably most unitis dependencies can be deleted from here -->
     <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-database</artifactId>
+      <exclusions>
+       <exclusion>
+               <groupId>commons-dbcp</groupId>
+               <artifactId>commons-dbcp</artifactId>
+       </exclusion>
+      </exclusions>
       <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>
@@ -80,7 +82,7 @@
     <dependency>
       <groupId>org.dbunit</groupId>
       <artifactId>dbunit</artifactId>
-    </dependency>
+    </dependency> 
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>