Added excludes for dependencies

This commit is contained in:
Mark Fisher
2008-11-03 17:41:36 +00:00
parent 6a551d8659
commit 12100af7c6
5 changed files with 18 additions and 7 deletions

View File

@@ -26,7 +26,9 @@
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6" conf="test->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.4.A" conf="compile->runtime"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.4.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
</dependencies>
</ivy-module>