number of objects in one flush reduced
[cdmlib.git] / cdmlib-persistence / pom.xml
index 276d2550d52ca24c389455896313a4ff16aa1dd0..e5890a3d93bd6daa4edc2bae48f41693bc3c5b9e 100644 (file)
@@ -7,7 +7,7 @@
        <parent>\r
                <groupId>eu.etaxonomy</groupId>\r
                <artifactId>cdmlib-parent</artifactId>\r
-               <version>2.0</version>\r
+               <version>2.1</version>\r
        </parent>\r
        \r
   <modelVersion>4.0.0</modelVersion>\r
           <dependency>\r
             <groupId>org.hibernate</groupId>\r
             <artifactId>hibernate-annotations</artifactId>\r
-            <version>3.3.1.GA</version>\r
+            <version>3.4.0-SNAPSHOT</version>\r
           </dependency>\r
         </dependencies>\r
       </plugin>\r
-      <!-- <plugin>\r
+      <plugin>\r
         <artifactId>maven-antrun-plugin</artifactId>\r
         <configuration>\r
           <tasks>\r
               <version>1.1.1</version>\r
           </dependency>\r
         </dependencies>\r
-      </plugin>-->\r
+      </plugin>\r
       <plugin>\r
         <groupId>org.apache.maven.plugins</groupId>\r
         <artifactId>maven-jar-plugin</artifactId>\r
                <groupId>eu.etaxonomy</groupId>\r
                <artifactId>cdmlib-model</artifactId>\r
        </dependency>\r
+       <dependency>\r
+           <groupId>org.slf4j</groupId>\r
+        <artifactId>slf4j-log4j12</artifactId>\r
+    </dependency>\r
        <dependency>\r
                <groupId>javax.persistence</groupId>\r
-               <artifactId>ejb</artifactId>\r
+               <artifactId>persistence-api</artifactId>\r
+       </dependency>\r
+       <dependency>\r
+        <groupId>javassist</groupId>\r
+        <artifactId>javassist</artifactId>\r
        </dependency>\r
        <dependency>\r
                <groupId>javax.annotation</groupId>\r
        </dependency>\r
        <dependency>\r
                <groupId>org.hibernate</groupId>\r
-               <artifactId>hibernate</artifactId>\r
+               <artifactId>hibernate-annotations</artifactId>\r
+       </dependency>\r
+       <dependency>\r
+               <groupId>org.hibernate</groupId>\r
+               <artifactId>hibernate-core</artifactId>\r
+       </dependency>\r
+       <dependency>\r
+               <groupId>org.hibernate</groupId>\r
+               <artifactId>hibernate-envers</artifactId>\r
        </dependency>\r
        <dependency>\r
                <groupId>org.hibernate</groupId>\r
        <groupId>org.springframework.security</groupId>\r
        <artifactId>spring-security-core</artifactId>\r
     </dependency>\r
+    <dependency><!-- Required for TestingAuthenticationProvider etc until 2.5.0 [SEC-1010] -->\r
+               <groupId>org.springframework.security</groupId>\r
+       <artifactId>spring-security-core</artifactId>\r
+       <version>2.0.4</version>\r
+               <type>test-jar</type>\r
+               <scope>test</scope>\r
+       </dependency>\r
        \r
        \r
        <!-- ******* DATABASES DRIVER ******* -->\r