centralizing dependency versions and managing libraries in lib/ through maven
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2d28e140b85ba2bcd507d93cea2eb601314e04a4..898cc7e865d95a6fbb743a41dab1c0b6f939ebdb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <taxeditor.version>4.0.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
+    <log4j.version>1.2.17</log4j.version>
+    <!-- data base driver related properties -->
+    <mysql.version>5.1.38</mysql.version>
+    <h2.version>1.4.190</h2.version>
+    <!-- 
+      IMPORTANT!!!
+      c3p0.version must exactly match the version as 
+      set in cdmlib-parent pom.xml
+    -->
+    <c3p0.version>0.9.5.2</c3p0.version>
+    <!-- mchange-commons-java needs to match the version as defined in the c3p0/pom.xml -->
+    <mchange-commons-java.version>0.2.11</mchange-commons-java.version>
+    
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>