#5751 Try to fix dependency copy in taxeditor.wepapp (VI)
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 1 Aug 2016 17:17:25 +0000 (19:17 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 1 Aug 2016 17:17:25 +0000 (19:17 +0200)
eu.etaxonomy.taxeditor.test/pom.xml

index d60706ed55887c8822333102abd23880da2552cd..0c05bd07f00dceaf3d96a241c0d5b72204986a48 100644 (file)
                        <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>