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/12 14:53:21 UTC

svn commit: r898322 - in /james/server/trunk: smtpserver-function/pom.xml stage/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org