2.5
This commit is contained in:
@@ -31,31 +31,31 @@
|
||||
<dependency org="xerces" name="xercesImpl" rev="2.8.0"/>
|
||||
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
|
||||
-->
|
||||
<dependency org="org.springframework" name="spring-beans" rev="2.5-rc2" />
|
||||
<dependency org="org.springframework" name="spring-beans" rev="2.5" />
|
||||
<dependency org="org.springframework" name="spring-binding" rev="latest.integration" />
|
||||
<dependency org="org.springframework" name="spring-core" rev="2.5-rc2" />
|
||||
<dependency org="org.springframework" name="spring-context" rev="2.5-rc2" />
|
||||
<dependency org="org.springframework" name="spring-web" rev="2.5-rc2" />
|
||||
<dependency org="org.springframework" name="spring-core" rev="2.5" />
|
||||
<dependency org="org.springframework" name="spring-context" rev="2.5" />
|
||||
<dependency org="org.springframework" name="spring-web" rev="2.5" />
|
||||
|
||||
<!-- testing support only dependencies -->
|
||||
<dependency org="junit" name="junit" rev="3.8.2" conf="buildtime, testing->default" />
|
||||
|
||||
<!-- spring mvc only dependencies -->
|
||||
<dependency org="org.springframework" name="spring-webmvc" rev="2.5-rc2" conf="buildtime, mvc->default" />
|
||||
<dependency org="org.springframework" name="spring-webmvc" rev="2.5" conf="buildtime, mvc->default" />
|
||||
|
||||
<!-- spring portlet mvc only dependencies -->
|
||||
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="2.5-rc2" conf="buildtime, portlet->default" />
|
||||
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="2.5" conf="buildtime, portlet->default" />
|
||||
|
||||
<!-- struts only dependencies -->
|
||||
<dependency org="struts" name="struts" rev="1.2.9" conf="buildtime, struts->default" />
|
||||
<dependency org="org.springframework" name="spring-webmvc-struts" rev="2.5-rc2" conf="buildtime, struts->default" />
|
||||
<dependency org="org.springframework" name="spring-webmvc-struts" rev="2.5" conf="buildtime, struts->default" />
|
||||
|
||||
<!-- build time only dependencies -->
|
||||
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />
|
||||
<dependency org="javax.portlet" name="portlet-api" rev="1.0" conf="buildtime->default" />
|
||||
<dependency org="javax.el" name="el-api" rev="1.0" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-orm" rev="2.5-rc2" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-tx" rev="2.5-rc2" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-orm" rev="2.5" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-tx" rev="2.5" conf="buildtime->default" />
|
||||
<dependency org="javax.persistence" name="persistence-api" rev="1.0b" conf="buildtime->default" />
|
||||
<dependency org="concurrent" name="concurrent" rev="1.3.4" conf="buildtime->default" />
|
||||
|
||||
@@ -65,9 +65,9 @@
|
||||
<dependency org="org.easymock" name="easymock" rev="2.3" conf="test->default" />
|
||||
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
|
||||
<dependency org="aopalliance" name="aopalliance" rev="1.0" conf="test->default"/>
|
||||
<dependency org="org.springframework" name="spring-aop" rev="2.5-rc2" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-jdbc" rev="2.5-rc2" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-test" rev="2.5-rc2" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-aop" rev="2.5" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-jdbc" rev="2.5" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-test" rev="2.5" conf="test->default" />
|
||||
<dependency org="org.hibernate" name="hibernate" rev="3.2.5.ga" conf="buildtime, test->default" />
|
||||
<dependency org="org.apache.openjpa" name="openjpa" rev="1.0.1" conf="test->default">
|
||||
<!-- Exclusions required because open jpa pom is poorly designed -->
|
||||
|
||||
Reference in New Issue
Block a user