relaxing web service access restrictions
[cdmlib.git] / cdmlib-remote-webapp / pom.xml
index e9f89bc351836b36e63089b63629b62b2e8d8fc8..79baa7cc538e30628455d432ef4f96181f67e2d4 100755 (executable)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>cdmlib-parent</artifactId>
     <groupId>eu.etaxonomy</groupId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
             and http://stackoverflow.com/questions/6981564/why-must-the-jdbc-driver-be-put-in-tomcat-home-lib-folder
          -->
         <exclusion>
-            <groupId>net.sourceforge.jtds</groupId>
-            <artifactId>jtds</artifactId>         
-        </exclusion>
-        <exclusion>
-          <groupId>mysql</groupId>
-          <artifactId>mysql-connector-java</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.postgresql</groupId>
-          <artifactId>postgresql</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>com.microsoft.sqlserver</groupId>
-            <artifactId>jdbc4</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>oracle</groupId>
-            <artifactId>ojdbc14</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.mchange</groupId>
-          <artifactId>c3p0</artifactId>
+            <groupId>eu.etaxonomy</groupId>
+            <artifactId>cdmlib-db</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
       <artifactId>hibernate-c3p0</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-        <artifactId>c3p0</artifactId>
-        <groupId>com.mchange</groupId>
-        <scope>test</scope>
-    </dependency>
+<!--     <dependency> -->
+<!--         <groupId>com.mchange</groupId> -->
+<!--         <artifactId>c3p0</artifactId> -->
+<!--         <scope>test</scope> -->
+<!--     </dependency> -->
       <!-- Profiling -->
       <dependency>
       <groupId>com.yourkit</groupId>