diff --git a/pom.xml b/pom.xml
index 317d8a04d4bb253a189a857cc817fad88063ee97..431193a4eacceabdb7ca4783554410c9666d7fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
 
         <!-- Others -->
         <mysql-driver.version>5.1.36</mysql-driver.version>
-        <ehcache-core.version>2.6.11</ehcache-core.version>
 
         <!-- Web dependencies -->
         <webjars-bootstrap.version>2.3.0</webjars-bootstrap.version>
@@ -216,8 +215,7 @@
         </dependency>
         <dependency>
             <groupId>net.sf.ehcache</groupId>
-            <artifactId>ehcache-core</artifactId>
-            <version>${ehcache-core.version}</version>
+            <artifactId>ehcache</artifactId>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>