Remove Autoincrement on AuditEvent.revisionnumber on MySQL #5718
[cdmlib.git] / cdmlib-persistence / pom.xml
index 6bb7be5c9fbab9c42ef66e0cafaa88a183cc01ca..942d1fac898c6474728c7686274b4e49e63aa5ec 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>3.12.0-SNAPSHOT</version>
+               <version>4.0.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
     </plugins>
   </build>
   <dependencies>
-    <dependency>
-               <groupId>org.hibernate.javax.persistence</groupId>
-       <artifactId>hibernate-jpa-2.0-api</artifactId>
-        </dependency>
+     <dependency>
+       <groupId>org.hibernate.javax.persistence</groupId>
+       <artifactId>hibernate-jpa-2.1-api</artifactId>
+     </dependency>
      <dependency>
       <groupId>eu.etaxonomy</groupId>
       <artifactId>cdmlib-model</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-search</artifactId>
+      <artifactId>hibernate-search-orm</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
                <groupId>com.mchange</groupId>
                <artifactId>c3p0</artifactId>
        </dependency>
-    
+    <!-- Since hibernate 5.0.4 the logging for a Dialect throws ClassDefNotFound for javax.transaction.SystemException if jta is missing  -->
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
+    </dependency>  
     <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-core</artifactId>
         <artifactId>h2</artifactId>
     </dependency>
 
-    <!--  SQL Debugging  -->
-    <dependency>
-        <groupId>p6spy</groupId>
-        <artifactId>p6spy</artifactId>
-    </dependency>
   
        <!-- Profiling -->
 <!--   <dependency> -->