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 2006/09/07 18:50:15 UTC

svn commit: r441136 - /james/server/trunk/pom.xml

Author: norman
Date: Thu Sep  7 09:50:15 2006
New Revision: 441136

URL: http://svn.apache.org/viewvc?view=rev&rev=441136
Log:
Add xstream as dependency to pom.xml cause the Bayesian import and export depends on it

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?view=diff&rev=441136&r1=441135&r2=441136
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu Sep  7 09:50:15 2006
@@ -357,6 +357,12 @@
       <artifactId>mstor</artifactId>
       <version>0.9.9</version>
     </dependency>
+    
+    <dependency>
+      <groupId>xstream</groupId>
+      <artifactId>xstream</artifactId>
+      <version>1.2</version>
+    </dependency>
 
   </dependencies>
 



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