Author: chatellier Date: 2009-12-21 13:55:38 +0000 (Mon, 21 Dec 2009) New Revision: 2855 Modified: isis-fish/trunk/pom.xml Log: Code now depends on xerces. Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-12-21 10:08:14 UTC (rev 2854) +++ isis-fish/trunk/pom.xml 2009-12-21 13:55:38 UTC (rev 2855) @@ -181,6 +181,13 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + <scope>compile</scope> + </dependency> + <!-- Utilisé lors de l'import xml v2 (entre autre) --> <dependency> <groupId>jaxen</groupId>
participants (1)
-
chatellier@users.labs.libre-entreprise.org