#5751 remove version numbers from cdmlib-db and some cleanup
[cdmlib.git] / cdmlib-db / pom.xml
index 5d2b1e4d08858fe744601f92be34121692df900f..d2a051ca2e20e32a4adc7f9f80465592cb0e8231 100644 (file)
             cdmlib-remote depedency in cdmlib-remote-webapp
        -->
 
-    <!-- For testing only, currently not in use -->
+    <!-- For using cdmlib-db in testing only, currently not in use -->
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>2.3.3</version>
+<!--       <version>2.3.3</version> -->
       <scope>compile</scope>
     </dependency>
     
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-         <version>5.1.38</version>
+<!--     <version>5.1.38</version> -->
     </dependency>
     <dependency>
       <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
-         <version>9.4-1206-jdbc4</version>
+<!--     <version>9.4-1206-jdbc4</version> -->
     </dependency>
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.190</version>
+<!--       <version>1.4.190</version> -->
     </dependency>
     <!--for sqlserver2008 and sqlserver2005 and probably higher-->
     <dependency>
       <groupId>com.microsoft.sqlserver</groupId>
       <artifactId>jdbc4</artifactId>
-      <version>2.0</version>
+<!--       <version>2.0</version> -->
     </dependency>
     
     <!-- SQL Server and Sybase -->
     <dependency>
       <groupId>net.sourceforge.jtds</groupId>
       <artifactId>jtds</artifactId>
-         <version>1.3.1</version>
+<!--     <version>1.3.1</version> -->
     </dependency>
     
     <!-- Oracle -->