LDAP-60 Upgrade to Spring WebFlow 1.0.2
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
<ivy-module version="1.3">
|
||||
<info organisation="org.springframework"
|
||||
module="spring-binding-src"
|
||||
revision="1.0.2"
|
||||
status="release"
|
||||
publication="20070410150735"
|
||||
default="true"
|
||||
/>
|
||||
<configurations>
|
||||
<conf name="default" extends="source" />
|
||||
<conf name="source" visibility="public"/>
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="spring-binding-src" type="zip" ext="zip" conf="source"/>
|
||||
</publications>
|
||||
</ivy-module>
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
<ivy-module version="1.3">
|
||||
<info organisation="org.springframework"
|
||||
module="spring-webflow-src"
|
||||
revision="1.0.2"
|
||||
status="release"
|
||||
publication="20070410151219"
|
||||
default="true"
|
||||
/>
|
||||
<configurations>
|
||||
<conf name="default" extends="source"/>
|
||||
<conf name="source" visibility="public"/>
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="spring-webflow-src" type="zip" ext="zip" conf="source"/>
|
||||
</publications>
|
||||
</ivy-module>
|
||||
@@ -23,12 +23,12 @@
|
||||
<dependency org="org.springframework" name="spring-ldap" rev="latest.integration" conf="global->default;source->@" />
|
||||
<dependency org="org.springframework" name="spring-web" rev="2.0.4" />
|
||||
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.4" />
|
||||
<dependency org="org.springframework" name="spring-webflow" rev="1.0" />
|
||||
<dependency org="org.springframework" name="spring-webflow-src" rev="1.0" conf="source->source">
|
||||
<dependency org="org.springframework" name="spring-webflow" rev="1.0.2" />
|
||||
<dependency org="org.springframework" name="spring-webflow-src" rev="1.0.2" conf="source->source">
|
||||
<artifact name="spring-webflow-src" type="zip" ext="zip" />
|
||||
</dependency>
|
||||
<dependency org="org.springframework" name="spring-binding" rev="1.0" />
|
||||
<dependency org="org.springframework" name="spring-binding-src" rev="1.0" conf="source->source">
|
||||
<dependency org="org.springframework" name="spring-binding" rev="1.0.2" />
|
||||
<dependency org="org.springframework" name="spring-binding-src" rev="1.0.2" conf="source->source">
|
||||
<artifact name="spring-binding-src" type="zip" ext="zip" />
|
||||
</dependency>
|
||||
<dependency org="ognl" name="ognl" rev="2.6.9" />
|
||||
|
||||
Reference in New Issue
Block a user