mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
fixed ehcache dependency
This commit is contained in:
parent
71fa089df3
commit
a768e877ef
1 changed files with 1 additions and 3 deletions
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in a new issue