ref #7345: rename cdmPreference for common name marker
[cdmlib.git] / cdmlib-test / pom.xml
index 75e9ab9ba091cf425f16838b9671ad0a4f7619e8..a85a485ad0de663a28f0d5c58d1d22feaa8adab2 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>4.1.0</version>
+    <version>5.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>cdmlib-test</artifactId>
   <name>CDM Integration Tests</name>
   <description>EDIT CDM library integration test layer. Some base classes and resources for CDM Library integration testing</description>
-  <scm>
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-test/</connection>
-    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-test/</developerConnection>
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-test/</url>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -38,9 +34,9 @@
         </configuration>
         <dependencies>
           <dependency>
-            <groupId>org.hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <version>${hsqldb.version}</version>
+            <groupId>eu.etaxonomy</groupId>
+            <artifactId>cdmlib-db</artifactId>
+            <version>${project.version}</version>
           </dependency>
           <dependency>
             <groupId>org.hibernate</groupId>
@@ -70,9 +66,9 @@
         </configuration>
          <dependencies>
           <dependency>
-            <groupId>org.hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <version>${hsqldb.version}</version>
+            <groupId>eu.etaxonomy</groupId>
+            <artifactId>cdmlib-db</artifactId>
+            <version>${project.version}</version>
           </dependency>
           <dependency>
             <groupId>org.hibernate</groupId>
     </dependency>
 
     <!-- ******* DATABASES DRIVER ******* -->
-
+    <!-- not really in use anymore -->
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
       <scope>compile</scope>
     </dependency>
-    <!-- SQL Server and Sybase -->
 
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
+      <scope>compile</scope>
     </dependency>
+    
+    <!-- still creates problems in cdmlib-remote-webapp testing with MySQL connector -->
+<!--     <dependency> -->
+<!--       <groupId>eu.etaxonomy</groupId> -->
+<!--       <artifactId>cdmlib-db</artifactId> -->
+<!--       <version>${project.version}</version> -->
+<!--       <scope>compile</scope> -->
+<!--     </dependency> -->
+
   
        <!-- Profiling -->
        <dependency>
                <groupId>com.yourkit</groupId>
                <artifactId>yjp-controller-api-redist</artifactId>
-    <scope>compile</scope>
+        <scope>compile</scope>
        </dependency>
 
     <!-- required by Xerces 2.11.0 -->