You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/12/30 21:42:12 UTC

[directory-mavibot] 02/03: Switched to Caffeine cache instead of ehcache

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch single-value
in repository https://gitbox.apache.org/repos/asf/directory-mavibot.git

commit f2fc54bdfc384707bc85a50133d3acf95710bbe3
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Sat Dec 30 00:15:36 2017 +0100

    Switched to Caffeine cache instead of ehcache
---
 mavibot/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mavibot/pom.xml b/mavibot/pom.xml
index 051781b..277e01e 100644
--- a/mavibot/pom.xml
+++ b/mavibot/pom.xml
@@ -53,11 +53,10 @@
     </dependency>
 
     <dependency>
-      <groupId>org.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
-      <version>3.4.0</version>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
     </dependency>
-
+    
     <!-- Logging dependencies -->
 
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.