You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/07/11 19:27:47 UTC

svn commit: r676032 - in /james/server/trunk: avalon-spring-bridge-library/pom.xml spring-deployment/pom.xml

Author: bago
Date: Fri Jul 11 10:27:46 2008
New Revision: 676032

URL: http://svn.apache.org/viewvc?rev=676032&view=rev
Log:
Pom fixes for the avalon-spring-bridge-library module creation.

Modified:
    james/server/trunk/avalon-spring-bridge-library/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/avalon-spring-bridge-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-spring-bridge-library/pom.xml?rev=676032&r1=676031&r2=676032&view=diff
==============================================================================
--- james/server/trunk/avalon-spring-bridge-library/pom.xml (original)
+++ james/server/trunk/avalon-spring-bridge-library/pom.xml Fri Jul 11 10:27:46 2008
@@ -61,5 +61,11 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency> 
   </dependencies>
 </project>
\ No newline at end of file

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=676032&r1=676031&r2=676032&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Jul 11 10:27:46 2008
@@ -44,5 +44,9 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-avalon-spring-bridge-library</artifactId>
+    </dependency> 
   </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org