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.
This commit is contained in:
Dave Syer 2017-02-02 16:04:52 +00:00
parent e8882e8b27
commit c7657df854

10
pom.xml
View file

@ -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>