added commons-collections

This commit is contained in:
Scott Andrews
2008-04-02 21:30:43 +00:00
parent 3e9d7debf3
commit ac5bdc48b2

View File

@@ -26,6 +26,7 @@
<dependency org="javax.servlet" name="jstl" rev="1.1.2" conf="compile->default"/>
<dependency org="org.aopalliance" name="aopalliance" rev="1.0" conf="compile->default"/>
<dependency org="org.apache" name="commons-codec" rev="1.3" conf="compile->default"/>
<dependency org="org.apache.commons" name="commons-collections" rev="3.2" conf="compile->default" />
<dependency org="org.springframework.webflow" name="spring-faces" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.webflow" name="spring-webflow" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="spring-aop" rev="2.5.2" conf="compile->default"/>