Author: bpoussin Date: 2010-10-14 17:45:33 +0200 (Thu, 14 Oct 2010) New Revision: 406 Url: http://nuiton.org/repositories/revision/wikitty/406 Log: ajout de la dependance xstream pour la serialisation xml des events Modified: trunk/pom.xml trunk/wikitty-api/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-14 15:21:42 UTC (rev 405) +++ trunk/pom.xml 2010-10-14 15:45:33 UTC (rev 406) @@ -178,6 +178,13 @@ <scope>compile</scope> </dependency> + <!-- for event serialization --> + <dependency> + <groupId>xstream</groupId> + <artifactId>xstream</artifactId> + <version>1.2.2</version> + </dependency> + <!-- Cache --> <dependency> <groupId>org.jgroups</groupId> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-10-14 15:21:42 UTC (rev 405) +++ trunk/wikitty-api/pom.xml 2010-10-14 15:45:33 UTC (rev 406) @@ -92,6 +92,12 @@ <artifactId>jta</artifactId> </dependency> + <!-- for event serialization --> + <dependency> + <groupId>xstream</groupId> + <artifactId>xstream</artifactId> + </dependency> + <!-- Cache --> <dependency> <groupId>org.jgroups</groupId>
participants (1)
-
bpoussin@users.nuiton.org