block spring 2.5.2 jars from importing
This commit is contained in:
@@ -47,7 +47,10 @@
|
||||
<dependency org="org.springframework" name="spring-orm" rev="2.5.3" conf="compile->default"/>
|
||||
<dependency org="org.springframework" name="spring-tx" rev="2.5.3" conf="compile->default"/>
|
||||
<dependency org="org.springframework.security" name="spring-security-core" rev="2.0.0.m2"/>
|
||||
<dependency org="org.springframework.security" name="spring-security-taglibs" rev="2.0.0.m2"/>
|
||||
<dependency org="org.springframework.security" name="spring-security-taglibs" rev="2.0.0.m2">
|
||||
<!-- exclude org.springframework otherwise spring 2.5.2 will be included -->
|
||||
<exclude org="org.springframework"/>
|
||||
</dependency>
|
||||
<dependency org="org.springframework.webflow" name="spring-js" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework.webflow" name="spring-webflow" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="net.sf.cglib" name="cglib_nodep" rev="2.1.3" conf="compile->default"/>
|
||||
|
||||
Reference in New Issue
Block a user