added conf attribute for the struts dependency (SPR-7033)

master
Thomas Risberg 15 years ago
parent 53b6e1c1b0
commit a5f3d00977
  1. 2
      org.springframework.web.struts/ivy.xml

@ -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…
Cancel
Save