Remove ". " from year only nom-refs
[cdmlib.git] / cdmlib-persistence / pom.xml
index 040cd93e44530cefa68401df1ff2180888d4cf3b..db2d48631c1d2823287463279e3f999da852d0ec 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>3.1.4-SNAPSHOT</version>
+               <version>3.3.7-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
             <version>${hsqldb.version}</version>
           </dependency>
           <dependency>
-          <groupId>mysql</groupId>
-          <artifactId>mysql-connector-java</artifactId>
-            <version>5.0.5</version>
+                       <groupId>mysql</groupId>
+                       <artifactId>mysql-connector-java</artifactId>
+                       <version>5.1.24</version>
           </dependency>
           <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-envers</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
+            <version>${hibernate.version}</version>
           </dependency>
           <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
+            <version>${hibernate.version}</version>
           </dependency>
           <dependency>
+               <!-- is this still needed ?? -->
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-tools</artifactId>
-            <version>3.2.3.GA</version>
+            <version>3.2.4.GA</version>
           </dependency>
           <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.5.2</version>
+            <version>1.7.2</version>
           </dependency>
           <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-              <version>1.1.1</version>
+              <version>1.1.2</version>
           </dependency>
         </dependencies>
       </plugin>
       <artifactId>dbunit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+    <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>com.carrotsearch</groupId>
       <artifactId>junit-benchmarks</artifactId>
         <groupId>p6spy</groupId>
         <artifactId>p6spy</artifactId>
     </dependency>
+  
+       <!-- Profiling -->
+       <dependency>
+               <groupId>com.yourkit</groupId>
+               <artifactId>yjp-controller-api-redist</artifactId>
+               <scope>test</scope>
+       </dependency>
   </dependencies>
-
+  
 </project>