mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-06-24 17:57:09 +00:00
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:
parent
e8882e8b27
commit
c7657df854
1 changed files with 0 additions and 10 deletions
10
pom.xml
10
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue