Skip to content
Snippets Groups Projects
Commit c7657df8 authored by Dave Syer's avatar Dave Syer
Browse files

Remove ehcache (at least temporarily)

The fact that it was still there on the classpath means it needs to
be configured (and fails silently if you don't). Removed to give
us some tmie to reconsider.
parent e8882e8b
No related branches found
No related tags found
No related merge requests found
......@@ -79,16 +79,6 @@
<scope>runtime</scope>
</dependency>
<!-- EhCache -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
<!-- webjars -->
<dependency>
<groupId>org.webjars</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment