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/01/30 10:55:46 UTC

svn commit: r904744 - /james/server/trunk/spring-deployment/pom.xml

Author: norman
Date: Sat Jan 30 09:55:45 2010
New Revision: 904744

URL: http://svn.apache.org/viewvc?rev=904744&view=rev
Log:
missing runtime dependency

Modified:
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=904744&r1=904743&r2=904744&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Sat Jan 30 09:55:45 2010
@@ -355,7 +355,12 @@
       <artifactId>apache-james-imap-jpa</artifactId>
       <scope>runtime</scope>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-imap-processor</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+     
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>



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