replace LockMode by LockOptions in service layer and persistence
[cdmlib.git] / cdmlib-services / pom.xml
index 20a4ee4a6d3288498953f41368acff64c325fa15..a2f424062c3d126151d183bd8e797aed279c7612 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.3.5-SNAPSHOT</version>
+    <version>3.3.7-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     </dependency>
+    <dependency>
+         <groupId>net.sf.ehcache</groupId>
+         <artifactId>ehcache-core</artifactId>
+         <version>2.6.9</version>
+       </dependency>
   </dependencies>
 </project>