[Deploying Sakai] heads up: ehcache artifactId has changed in 2.8.x

Steve Swinsburg steve.swinsburg at gmail.com
Wed May 9 17:26:57 PDT 2012


Hi all,

A heads up that the artifactId for ehcache has changed from just ehcache to ehcache-core. This was due to an ehcache upgrade, completed as part of:
https://jira.sakaiproject.org/browse/KNL-655

<dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
+      <artifactId>ehcache-core</artifactId>
     </dependency>

Local builds may need updating.

cheers,
Steve

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/production/attachments/20120510/ea6dfbc7/attachment.html 


More information about the production mailing list