Update Spring Security version in pom.xml

This commit is contained in:
Rob Winch
2014-03-06 07:56:57 -06:00
parent 8afa8d8588
commit 9988fa141c
41 changed files with 380 additions and 371 deletions

View File

@@ -94,7 +94,7 @@
<b:property name="statelessTicketCache">
<b:bean class="org.springframework.security.cas.authentication.EhCacheBasedTicketCache">
<b:property name="cache">
<b:bean class="net.sf.ehcache.Cache"
<b:bean id="ehcache" class="net.sf.ehcache.Cache"
init-method="initialise"
destroy-method="dispose">
<b:constructor-arg value="casTickets"/>
@@ -103,6 +103,9 @@
<b:constructor-arg value="false"/>
<b:constructor-arg value="3600"/>
<b:constructor-arg value="900"/>
<b:property name="cacheManager">
<b:bean class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"/>
</b:property>
</b:bean>
</b:property>
</b:bean>