Skip to content

Commit

Permalink
ehcache-core vs. entire ehcache distro; removed unused org.jsoup depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
jjlauer committed Feb 20, 2015
1 parent 4ebb4ce commit 3823049
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 4 additions & 8 deletions ninja-core/pom.xml
Expand Up @@ -84,12 +84,6 @@
<artifactId>prettytime</artifactId>
<version>3.2.1.Final</version>
</dependency>

<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.2</version>
</dependency>

<!-- Thread-safe alternative for Java JDK time stuff -->
<dependency>
Expand Down Expand Up @@ -206,9 +200,11 @@
</dependency>

<!-- ehcache implementation -->
<!-- IMPORTANT: only pull in core (~1MB) vs. entire distro which includes a server (~7MB) -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<groupId>net.sf.ehcache.internal</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.8.5</version>
</dependency>

<!-- memcached client -->
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -501,9 +501,10 @@
</dependency>

<!-- ehcache implementation -->
<!-- IMPORTANT: only pull in core (~1MB) vs. entire distro which includes a server (~7MB) -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<groupId>net.sf.ehcache.internal</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.8.5</version>
</dependency>

Expand Down

0 comments on commit 3823049

Please sign in to comment.