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