Correct EH-CACHE and renamed AcegiRemoteInvocation class.
This commit is contained in:
parent
fdb0f12a0c
commit
ae86435a9e
|
@ -149,7 +149,7 @@
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>James Monaghan</name>
|
<name>James Monaghan</name>
|
||||||
<roles>
|
<roles>
|
||||||
<role>AcegiRemoteInvocation support classes</role>
|
<role>ContextPropagatingRemoteInvocation support classes</role>
|
||||||
</roles>
|
</roles>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
|
@ -164,7 +164,8 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ehcache</groupId>
|
<groupId>ehcache</groupId>
|
||||||
<artifactId>ehcache</artifactId>
|
<artifactId>ehcache</artifactId>
|
||||||
<version>0.7</version>
|
<version>0.9</version>
|
||||||
|
<type>jar</type>
|
||||||
<url>http://ehcache.sourceforge.net</url>
|
<url>http://ehcache.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
|
|
Loading…
Reference in New Issue