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/06/14 19:53:39 UTC

svn commit: r954569 - in /james/server/trunk: imapserver/pom.xml netty-socket/pom.xml netty-socket/src/main/java/org/jboss/netty/handler/ pop3server/pom.xml user-function/pom.xml

Author: norman
Date: Mon Jun 14 17:53:39 2010
New Revision: 954569

URL: http://svn.apache.org/viewvc?rev=954569&view=rev
Log:
more cleanup

Removed:
    james/server/trunk/netty-socket/src/main/java/org/jboss/netty/handler/
Modified:
    james/server/trunk/imapserver/pom.xml
    james/server/trunk/netty-socket/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/user-function/pom.xml

Modified: james/server/trunk/imapserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/pom.xml?rev=954569&r1=954568&r2=954569&view=diff
==============================================================================
--- james/server/trunk/imapserver/pom.xml (original)
+++ james/server/trunk/imapserver/pom.xml Mon Jun 14 17:53:39 2010
@@ -73,6 +73,10 @@
       <artifactId>apache-james-imap-seda</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.james.protocols</groupId>
+      <artifactId>protocols-impl</artifactId>
+    </dependency> 
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>

Modified: james/server/trunk/netty-socket/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/netty-socket/pom.xml?rev=954569&r1=954568&r2=954569&view=diff
==============================================================================
--- james/server/trunk/netty-socket/pom.xml (original)
+++ james/server/trunk/netty-socket/pom.xml Mon Jun 14 17:53:39 2010
@@ -53,10 +53,6 @@
       <artifactId>commons-configuration</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.netty</groupId>
-      <artifactId>netty</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.annotation</groupId>
       <artifactId>jsr250-api</artifactId>
     </dependency>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=954569&r1=954568&r2=954569&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Mon Jun 14 17:53:39 2010
@@ -61,6 +61,10 @@
       <artifactId>apache-james-imap-mailbox</artifactId>
     </dependency> 
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-imap-store</artifactId>
+    </dependency> 
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency> 

Modified: james/server/trunk/user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-function/pom.xml?rev=954569&r1=954568&r2=954569&view=diff
==============================================================================
--- james/server/trunk/user-function/pom.xml (original)
+++ james/server/trunk/user-function/pom.xml Mon Jun 14 17:53:39 2010
@@ -94,6 +94,7 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



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