Skip to content
Snippets Groups Projects
Commit a768e877 authored by michaelisvy's avatar michaelisvy
Browse files

fixed ehcache dependency

parent 71fa089d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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