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 2009/10/25 17:19:10 UTC

svn commit: r829614 - in /james/server/trunk: ./ domain-api/ domain-api/src/main/java/org/apache/james/api/dnsservice/ domain-api/src/test/java/org/apache/james/api/dnsservice/ smtp-protocol-library/ smtpserver-function/ user-library/

Author: norman
Date: Sun Oct 25 16:19:10 2009
New Revision: 829614

URL: http://svn.apache.org/viewvc?rev=829614&view=rev
Log:
welcome in dependency hell

Added:
    james/server/trunk/domain-api/src/main/java/org/apache/james/api/dnsservice/AbstractDNSServer.java
      - copied unchanged from r829558, james/server/trunk/domain-api/src/test/java/org/apache/james/api/dnsservice/AbstractDNSServer.java
Removed:
    james/server/trunk/domain-api/src/test/java/org/apache/james/api/dnsservice/AbstractDNSServer.java
Modified:
    james/server/trunk/domain-api/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/smtp-protocol-library/pom.xml
    james/server/trunk/smtpserver-function/pom.xml
    james/server/trunk/user-library/pom.xml

Modified: james/server/trunk/domain-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domain-api/pom.xml?rev=829614&r1=829613&r2=829614&view=diff
==============================================================================
--- james/server/trunk/domain-api/pom.xml (original)
+++ james/server/trunk/domain-api/pom.xml Sun Oct 25 16:19:10 2009
@@ -28,6 +28,13 @@
   <artifactId>james-server-domain-api</artifactId>
   <name>Apache JAMES Server Domain API</name>
   <dependencies>
-    <!-- No dependency -->
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mailet-base</artifactId>
+    </dependency>
+        <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=829614&r1=829613&r2=829614&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Oct 25 16:19:10 2009
@@ -414,6 +414,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <version>3.0-M1</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-james-imap-mailbox</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>

Modified: james/server/trunk/smtp-protocol-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtp-protocol-library/pom.xml?rev=829614&r1=829613&r2=829614&view=diff
==============================================================================
--- james/server/trunk/smtp-protocol-library/pom.xml (original)
+++ james/server/trunk/smtp-protocol-library/pom.xml Sun Oct 25 16:19:10 2009
@@ -61,5 +61,10 @@
       <artifactId>mail</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/smtpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=829614&r1=829613&r2=829614&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Sun Oct 25 16:19:10 2009
@@ -171,6 +171,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-library/pom.xml?rev=829614&r1=829613&r2=829614&view=diff
==============================================================================
--- james/server/trunk/user-library/pom.xml (original)
+++ james/server/trunk/user-library/pom.xml Sun Oct 25 16:19:10 2009
@@ -50,6 +50,23 @@
       <groupId>${javax.mail.groupId}</groupId>
       <artifactId>${javax.mail.artifactId}</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.guice</groupId>
+      <artifactId>guice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-avalon-guice-bridge-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.guiceyfruit</groupId>
+      <artifactId>guiceyfruit-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>spring-aopalliance</groupId>
+      <artifactId>spring-aopalliance</artifactId>
+      <scope>runtime</scope>
+    </dependency>
     
     <dependency>
       <groupId>oro</groupId>



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