Author: bago
Date: Sun Nov 11 16:33:25 2007
New Revision: 593998

URL: http://svn.apache.org/viewvc?rev=593998&view=rev
Log:
Fix missing/outdated m2 dependency declarations.

Modified:
    james/server/trunk/imap-codec-library/pom.xml
    james/server/trunk/imap-mailbox-processor-function/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/spoolmanager-function/pom.xml

Modified: james/server/trunk/imap-codec-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imap-codec-library/pom.xml?rev=593998&r1=593997&r2=593998&view=diff
==============================================================================
--- james/server/trunk/imap-codec-library/pom.xml (original)
+++ james/server/trunk/imap-codec-library/pom.xml Sun Nov 11 16:33:25 2007
@@ -40,6 +40,10 @@
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/imap-mailbox-processor-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imap-mailbox-processor-function/pom.xml?rev=593998&r1=593997&r2=593998&view=diff
==============================================================================
--- james/server/trunk/imap-mailbox-processor-function/pom.xml (original)
+++ james/server/trunk/imap-mailbox-processor-function/pom.xml Sun Nov 11 
16:33:25 2007
@@ -64,5 +64,10 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=593998&r1=593997&r2=593998&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Nov 11 16:33:25 2007
@@ -391,12 +391,12 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <!-- used by torque -->
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
       <version>2.1</version>
     </dependency>
+    <!-- used by torque -->
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>

Modified: james/server/trunk/spoolmanager-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/pom.xml?rev=593998&r1=593997&r2=593998&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/pom.xml (original)
+++ james/server/trunk/spoolmanager-function/pom.xml Sun Nov 11 16:33:25 2007
@@ -44,6 +44,11 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-jspf</artifactId>
+    </dependency>
     
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to