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: [email protected]
For additional commands, e-mail: [email protected]