Author: norman
Date: Tue Jan 12 13:53:21 2010
New Revision: 898322
URL: http://svn.apache.org/viewvc?rev=898322&view=rev
Log:
include imap-jpa jar
Modified:
james/server/trunk/smtpserver-function/pom.xml
james/server/trunk/stage/pom.xml
Modified: james/server/trunk/smtpserver-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=898322&r1=898321&r2=898322&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Tue Jan 12 13:53:21 2010
@@ -124,6 +124,11 @@
<artifactId>apache-jspf</artifactId>
</dependency>
<dependency>
+ <groupId>dnsjava</groupId>
+ <artifactId>dnsjava</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<scope>runtime</scope>
Modified: james/server/trunk/stage/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=898322&r1=898321&r2=898322&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Tue Jan 12 13:53:21 2010
@@ -87,14 +87,12 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-store</artifactId>
+ <artifactId>apache-james-imap-jpa</artifactId>
</dependency>
- <!-- TODO test the updated version
<dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcmail-jdk14</artifactId>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-imap-store</artifactId>
</dependency>
- -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-jspf</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]