updating poms for branch'release/4.12.0' with non-snapshot versions
[cdmlib.git] / cdmlib-test / pom.xml
index a785fa32f14ae9a8949654d671d3c963a259eb54..7fd80131bfb3dd4a7f02082befe294b0d50e049d 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>4.3.0-SNAPSHOT</version>
+    <version>4.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -38,9 +38,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 +70,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 -->