ref #10322 handle annotation type filter correctly
[cdmlib.git] / cdmlib-db / pom.xml
index d89df34ccef189df07f473b2a034ad3c7a334516..d4659a9dd1535b1e31df72d00b06b3ead57c8a9e 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.15.0</version>
+    <version>5.43.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
    <dependency>
       <groupId>com.mchange</groupId>
       <artifactId>c3p0</artifactId>
-<!--       <version>0.9.5.2</version> -->
     </dependency>
-
     <dependency>
         <groupId>com.mchange</groupId>
         <artifactId>mchange-commons-java</artifactId>
-        <!-- mchange-commons-java needs to match the version as defined in the c3p0/pom.xml -->
-        <version>0.2.11</version>
     </dependency>
-    
-
 
     <!-- ******* DATABASES DRIVER ******* -->
       <!-- 
             Any driver dependency listed here must be excluded from the 
             cdmlib-remote depedency in cdmlib-remote-webapp
        -->
-
-    <!-- For using cdmlib-db in testing only, currently not in use -->
-    <dependency>
-      <groupId>org.hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-<!--       <version>2.3.3</version> -->
-      <scope>compile</scope>
-    </dependency>
     
     <!-- Database drivers -->
 
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-<!--     <version>8.0.15</version> -->
     </dependency>
     <dependency>
         <groupId>org.mariadb.jdbc</groupId>
         <artifactId>mariadb-java-client</artifactId>
-<!--         <version>2.4.0</version> -->
     </dependency>
     <dependency>
       <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
-<!--     <version>9.4-1206-jdbc4</version> -->
     </dependency>
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-<!--       <version>1.4.190</version> -->
     </dependency>
-    <!--for sqlserver2008 and sqlserver2005 and probably higher-->
+    <!-- SQL Server-->
     <dependency>
-      <groupId>com.microsoft.sqlserver</groupId>
-      <artifactId>jdbc4</artifactId>
-<!--       <version>2.0</version> -->
+       <groupId>com.microsoft.sqlserver</groupId>
+       <artifactId>mssql-jdbc</artifactId>
     </dependency>
-    
     <!-- SQL Server and Sybase -->
     <dependency>
       <groupId>net.sourceforge.jtds</groupId>
       <artifactId>jtds</artifactId>
-<!--     <version>1.3.1</version> -->
     </dependency>
     
     <!-- Oracle -->    
 <!--     <dependency> -->
 <!--       <groupId>oracle</groupId> -->
 <!--       <artifactId>ojdbc14</artifactId> -->
-<!--       <version>10.2.0.4.0</version> -->
 <!--     </dependency> -->
     <!-- <dependency>
                <groupId>ojdbc</groupId>
                <artifactId>ojdbc</artifactId>
-               <version>14</version>
        </dependency>   -->
 
   </dependencies>