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/05/08 13:31:44 UTC

svn commit: r654480 - in /james/server/trunk: pom.xml spoolmanager-function/pom.xml torque-mailboxmanager-function/pom.xml

Author: bago
Date: Thu May  8 04:31:43 2008
New Revision: 654480

URL: http://svn.apache.org/viewvc?rev=654480&view=rev
Log:
Fix m2 dependencies declaration:
- apache-james-standard-mailets and apache-james-mailet-base declared in main pom dependencyManagement
- added apache-mime4j as a torque-mailboxmanager-function dependencies
- added apache-james-standard-mailets to spoolmanager-function (because some Abstract mailet has been moved to the standard-mailets project)
- removed mordred-library module from main pom module lists (the module has been removed from the source tree previously)

Modified:
    james/server/trunk/pom.xml
    james/server/trunk/spoolmanager-function/pom.xml
    james/server/trunk/torque-mailboxmanager-function/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=654480&r1=654479&r2=654480&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu May  8 04:31:43 2008
@@ -42,7 +42,6 @@
     <module>imap-command-library</module>
     <module>user-library</module>
     <module>core-library</module>
-    <module>mordred-library</module>
     <module>smtpserver-function</module>
     <module>pop3server-function</module>
     <module>nntpserver-function</module>
@@ -224,6 +223,16 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailet-base</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-standard-mailets</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-api</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>

Modified: james/server/trunk/spoolmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/pom.xml?rev=654480&r1=654479&r2=654480&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/pom.xml (original)
+++ james/server/trunk/spoolmanager-function/pom.xml Thu May  8 04:31:43 2008
@@ -64,6 +64,11 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-standard-mailets</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-jspf</artifactId>
     </dependency>
     

Modified: james/server/trunk/torque-mailboxmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/torque-mailboxmanager-function/pom.xml?rev=654480&r1=654479&r2=654480&view=diff
==============================================================================
--- james/server/trunk/torque-mailboxmanager-function/pom.xml (original)
+++ james/server/trunk/torque-mailboxmanager-function/pom.xml Thu May  8 04:31:43 2008
@@ -49,6 +49,11 @@
       <artifactId>commons-configuration</artifactId>
     </dependency>
      -->
+     
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j</artifactId>
+    </dependency>
     
     <dependency>
       <groupId>org.apache.db.torque</groupId>



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