added conf attribute for the struts dependency (SPR-7033)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3164 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
8c437a8214
commit
61003247b9
|
|
@ -26,7 +26,7 @@
|
|||
conf="compile, commons-logging->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.beanutils" rev="1.7.0"
|
||||
conf="compile->compile"/>
|
||||
<dependency org="org.apache.struts" name="com.springsource.org.apache.struts" rev="1.2.9" />
|
||||
<dependency org="org.apache.struts" name="com.springsource.org.apache.struts" rev="1.2.9" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration"
|
||||
conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration"
|
||||
|
|
|
|||
Loading…
Reference in New Issue