Author: eric
Date: Sat Oct 8 11:49:36 2011
New Revision: 1180359
URL: http://svn.apache.org/viewvc?rev=1180359&view=rev
Log:
Move dependencies version definition from mailbox-spring to mailbox parent
Modified:
james/mailbox/trunk/pom.xml
james/mailbox/trunk/spring/pom.xml
Modified: james/mailbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1180359&r1=1180358&r2=1180359&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Sat Oct 8 11:49:36 2011
@@ -808,6 +808,34 @@
END GERONIMO ANNOTATION
-->
+ <!--
+ START SPRING
+ -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>3.0.5.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>3.0.5.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>3.0.5.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-orm</artifactId>
+ <version>3.0.5.RELEASE</version>
+ </dependency>
+
+ <!--
+ END SPRING
+ -->
+
<!--
START HBASE/HADOOP
-->
Modified: james/mailbox/trunk/spring/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/spring/pom.xml?rev=1180359&r1=1180358&r2=1180359&view=diff
==============================================================================
--- james/mailbox/trunk/spring/pom.xml (original)
+++ james/mailbox/trunk/spring/pom.xml Sat Oct 8 11:49:36 2011
@@ -70,32 +70,26 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
- <version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.7.1.1</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
<exclusions>
<exclusion>
<artifactId>xercesImpl</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]