Skip to content

Commit

Permalink
[pom] Depend on ehcache directly as most usage would
Browse files Browse the repository at this point in the history
The ehcache-core was made internal long ago.  Any usage that has been upgrading was likely on ehcache directly not the noted 'internal' version.
  • Loading branch information
hazendaz committed Dec 29, 2019
1 parent d7dbd09 commit e772d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010-2018 the original author or authors.
Copyright 2010-2019 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -79,8 +79,8 @@
| compile dependencies
-->
<dependency>
<groupId>net.sf.ehcache.internal</groupId>
<artifactId>ehcache-core</artifactId>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.6</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit e772d56

Please sign in to comment.