Add checklist taxa to related taxa
[cdmlib-apps.git] / app-import / pom.xml
index 1f1e9f84d40e5854526c74f789f4cf5488d3f8b3..e7233d641a90fe0c1e7e385d44408ee6cd64507b 100644 (file)
@@ -8,7 +8,7 @@
   
   <groupId>eu.etaxonomy.cdm</groupId>
   <artifactId>imports</artifactId>
-  <version>3.13.0-SNAPSHOT</version>
+  <version>4.0.0-SNAPSHOT</version>
   
   <name>App Import</name>
   <description>A collection of diverse imports to the EDIT CDM Platform</description>
        </dependency>
        <dependency>
                <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-persistence</artifactId>
-               <type>test-jar</type>
+               <artifactId>cdmlib-test</artifactId>
                <scope>test</scope>
                <version>${project.version}</version>
        </dependency>
-       <!-- <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-dbunit</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency>
-       <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-spring</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency> -->
-
-
-<!--     <dependency>
-       <groupId>aspectj</groupId>
-       <artifactId>aspectjrt</artifactId>
-               <version>1.6.3</version>
-    </dependency> -->
-  </dependencies></project>
+  </dependencies>
+</project>