ref #5448 Add new rank "forme"
[cdmlib-apps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fa41a496405e69bda5c4cf20594102aeb90e96d5..1cc2e476a323d965cc0013cd2090bbdc2f91e23f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>3.4.0-SNAPSHOT</version>
+               <version>4.4.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
        <dependencies>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
-                       <artifactId>cdmlib-persistence</artifactId>
+                       <artifactId>cdmlib-test</artifactId>
                        <type>test-jar</type>
                        <scope>test</scope>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
-                       <artifactId>cdmlib-ext</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.unitils</groupId>
-                       <artifactId>unitils-core</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <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-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>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>javax.persistence</groupId>
-                                       <artifactId>persistence-api</artifactId>
-                               </exclusion>
-                       </exclusions>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.unitils</groupId>
-                       <artifactId>unitils-spring</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.dbunit</groupId>
-                       <artifactId>dbunit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.carrotsearch</groupId>
-                       <artifactId>junit-benchmarks</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xmlunit</groupId>
-                       <artifactId>xmlunit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.poi</groupId>
-                       <artifactId>poi</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.oxm</artifactId>
+                       <artifactId>cdmlib-io</artifactId>
                </dependency>
                <dependency>
                        <groupId>identificationKeyAPI</groupId>