Author: fdesbois Date: 2009-07-22 10:57:11 +0200 (Wed, 22 Jul 2009) New Revision: 384 Modified: trunk/jrst/pom.xml Log: resolve jaxen scope problem for main execution Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2009-07-17 14:00:57 UTC (rev 383) +++ trunk/jrst/pom.xml 2009-07-22 08:57:11 UTC (rev 384) @@ -29,6 +29,11 @@ <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <scope>compile</scope> + </dependency> <!-- Apache FOP (Formatting Objects Processor) XSL-FO --> <dependency> <groupId>org.apache.xmlgraphics</groupId> @@ -43,37 +48,31 @@ <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <scope>runtime</scope> + <!--scope>runtime</scope--> </dependency> <!-- Swing librairie --> <dependency> <groupId>sdoc</groupId> <artifactId>sdoc</artifactId> - <scope>runtime</scope> + <!--scope>runtime</scope--> </dependency> <!-- XSL librairies --> <dependency> <groupId>org.docbook</groupId> <artifactId>docbook-xsl</artifactId> - <scope>runtime</scope> + <!--scope>runtime</scope--> </dependency> <!-- Test librairies --> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <scope>test</scope> - </dependency> + </dependency> <dependency> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> - </dependencies> <!-- ************************************************************* -->
participants (1)
-
fdesbois@users.labs.libre-entreprise.org