Skip to content

Commit

Permalink
Merge pull request sakaiproject#1903 from bjones86/SAK-30483
Browse files Browse the repository at this point in the history
SAK-30483 ehcache 2.6.6 no longer in maven repo
  • Loading branch information
bjones86 committed Mar 10, 2016
2 parents 52d1ae5 + 51b8367 commit 81fd8bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kernel/kernel-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.6</version>
<version>${sakai.ehcache.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<version>3.2.3</version>
<scope>provided</scope>
</dependency>
<!-- centralize the versions for distributed ehcache - MUST match ehcache-core 2.6.6 -->
<!-- centralize the versions for distributed ehcache -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>terracotta-toolkit-1.6-runtime</artifactId>
Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-terracotta</artifactId>
<version>2.6.6</version>
<version>${sakai.ehcache.version}</version>
<scope>provided</scope>
</dependency>
<!-- Java 8 Maven Artifact -->
Expand Down
4 changes: 2 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<sakai.commons-math.version>2.2</sakai.commons-math.version>
<sakai.ehcache.groupId>net.sf.ehcache</sakai.ehcache.groupId>
<sakai.ehcache.artifactId>ehcache-core</sakai.ehcache.artifactId>
<sakai.ehcache.version>2.6.6</sakai.ehcache.version>
<sakai.ehcache.version>2.6.11</sakai.ehcache.version>
<sakai.elasticsearch.version>1.7.2</sakai.elasticsearch.version>
<sakai.hibernate.groupId>org.hibernate</sakai.hibernate.groupId>
<sakai.hibernate.artifactId>hibernate-core</sakai.hibernate.artifactId>
Expand Down Expand Up @@ -570,7 +570,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.6</version>
<version>${sakai.ehcache.version}</version>
<scope>provided</scope>
</dependency>
<!-- needed by Ehcache (and jackrabbit) -->
Expand Down

0 comments on commit 81fd8bd

Please sign in to comment.