refactored security namespace to use separate schema

This commit is contained in:
Jonas Partner
2008-06-25 17:29:32 +00:00
parent a2a40bca4d
commit 5709c4e144
32 changed files with 997 additions and 549 deletions

View File

@@ -23,8 +23,10 @@
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.4.A" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.0.A" conf="compile->runtime"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" />
</dependencies>
</ivy-module>