cleanup and remove usage of feature tree service
[cdmlib-apps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9f4e8f8028ee907ccac719bc1f08bda021eca266..37c003cf435393aafbbc9cf9f0392e0e24f7d479 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>3.5.0-SNAPSHOT</version>
+               <version>5.17.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
        <artifactId>cdmlib-app</artifactId>
        <name>CDM Parent</name>
        <description>The parent 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>
+  <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>