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/30 19:04:28 UTC

svn commit: r681123 - /james/server/trunk/pom.xml

Author: bago
Date: Wed Jul 30 10:04:28 2008
New Revision: 681123

URL: http://svn.apache.org/viewvc?rev=681123&view=rev
Log:
Fix xml structure error.

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=681123&r1=681122&r2=681123&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jul 30 10:04:28 2008
@@ -910,12 +910,12 @@
       <artifactId>log4j</artifactId>
       <version>1.2.14</version>
     </dependency>
-    </dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
       <version>2.0</version>
     </dependency>
+    </dependencies>
   </dependencyManagement>
   <dependencies>
     <!-- To build JAMES against geronimo this should be uncommented -->



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