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 no...@apache.org on 2010/10/06 20:58:52 UTC

svn commit: r1005204 - in /james/server/trunk: core-library/pom.xml domain-function/pom.xml mail-library/pom.xml spool-api/pom.xml

Author: norman
Date: Wed Oct  6 18:58:51 2010
New Revision: 1005204

URL: http://svn.apache.org/viewvc?rev=1005204&view=rev
Log:
start to cleanup dependencies

Modified:
    james/server/trunk/core-library/pom.xml
    james/server/trunk/domain-function/pom.xml
    james/server/trunk/mail-library/pom.xml
    james/server/trunk/spool-api/pom.xml

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=1005204&r1=1005203&r2=1005204&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Wed Oct  6 18:58:51 2010
@@ -34,6 +34,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-dnsservice-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-domain-api</artifactId>
     </dependency>
      <dependency>

Modified: james/server/trunk/domain-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domain-function/pom.xml?rev=1005204&r1=1005203&r2=1005204&view=diff
==============================================================================
--- james/server/trunk/domain-function/pom.xml (original)
+++ james/server/trunk/domain-function/pom.xml Wed Oct  6 18:58:51 2010
@@ -31,6 +31,10 @@
   
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-domain-api</artifactId>
     </dependency>
     <dependency>
@@ -43,7 +47,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsservice-dnsjava</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>

Modified: james/server/trunk/mail-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mail-library/pom.xml?rev=1005204&r1=1005203&r2=1005204&view=diff
==============================================================================
--- james/server/trunk/mail-library/pom.xml (original)
+++ james/server/trunk/mail-library/pom.xml Wed Oct  6 18:58:51 2010
@@ -37,6 +37,14 @@
       <artifactId>james-server-core-library</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-common-util</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
     </dependency>
@@ -53,5 +61,31 @@
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${javax.mail.groupId}</groupId>
+      <artifactId>${javax.mail.artifactId}</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${javax.activation.groupId}</groupId>
+      <artifactId>${javax.activation.artifactId}</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mailet</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>jsr250-api</artifactId>
+    </dependency>
+
   </dependencies>
 </project>

Modified: james/server/trunk/spool-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spool-api/pom.xml?rev=1005204&r1=1005203&r2=1005204&view=diff
==============================================================================
--- james/server/trunk/spool-api/pom.xml (original)
+++ james/server/trunk/spool-api/pom.xml Wed Oct  6 18:58:51 2010
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mail-api</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
   </dependencies>
 </project>



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