Author: fdesbois Date: 2009-07-17 14:58:29 +0200 (Fri, 17 Jul 2009) New Revision: 382 Modified: trunk/doxia-module-jrst/pom.xml Log: add missing dependency with jaxen Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2009-07-17 12:35:18 UTC (rev 381) +++ trunk/doxia-module-jrst/pom.xml 2009-07-17 12:58:29 UTC (rev 382) @@ -43,6 +43,12 @@ </dependency> <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>
participants (1)
-
fdesbois@users.labs.libre-entreprise.org