Updated version in pom / project files to taxeditor version : 4.4.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.test / pom.xml
index d60706ed55887c8822333102abd23880da2552cd..88d885b85f2d254e7ab774efadd310f950189b27 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
   </parent>
   <artifactId>eu.etaxonomy.taxeditor.test</artifactId>
   <packaging>eclipse-test-plugin</packaging>
                        <artifactId>cdmlib-db</artifactId>
                        <version>${cdmlib.version}</version>
                </dependency>
-<!--             <dependency> -->
-<!--             <groupId>com.mchange</groupId> -->
-<!--             <artifactId>c3p0</artifactId> -->
-<!--             
-<!--               IMPORTANT!!! -->
-<!--               this must exactly match the version as set in  -->
-<!--               cdmlib-parent pom.xml -->
-<!--             --> 
-<!--             <version>${c3p0.version}</version> -->
-<!--           </dependency> -->
-<!--           DATABASE DRIVER -->
-<!--           <dependency> -->
-<!--             <groupId>com.h2database</groupId> -->
-<!--             <artifactId>h2</artifactId> -->
-<!--             <version>${h2.version}</version> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--             <groupId>mysql</groupId> -->
-<!--             <artifactId>mysql-connector-java</artifactId> -->
-<!--             <version>${mysql.version}</version> -->
-<!--           </dependency> -->
                  <!-- Do we still need this? If yes, should we move it to cdmlib-db? -->
           <dependency>
               <groupId>commons-dbcp</groupId>
               <artifactId>commons-dbcp</artifactId>
               <version>1.4</version>
           </dependency>
-<!--           <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.17</version>
-          </dependency> -->
-          <!--  
-          <dependency>
-            <groupId>eu.etaxonomy</groupId>
-            <artifactId>cdmlib-persistence</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-            </exclusions>
-          </dependency>
-          -->
         </dependencies>
         <executions>
           <execution>