cleanup
[cdmlib-apps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8a0a06a2d18b96960eb337268f5910f8e9084ff9..6ad25c7498894ebad7fb99f56fd8e8362d0bd613 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,19 +4,19 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>3.3.2-SNAPSHOT</version>
+               <version>5.6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
-       <artifactId>cdmlib-io</artifactId>
-       <name>CDM Import/Export</name>
-       <description>The import-export package for EDIT's cdmLibrary</description>
-       <scm>
-               <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</connection>
-               <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</developerConnection>
-               <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-io/</url>
-       </scm>
+       <artifactId>cdmlib-app</artifactId>
+       <name>CDM Parent</name>
+       <description>The parent package for EDIT's cdmLibrary</description>
+  <scm>
+    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-apps.git</connection>
+    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-apps.git</developerConnection>
+    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/tree</url>
+  </scm>
        <build>
                <plugins>
                        <plugin>
        <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>