Author: sletellier Date: 2011-06-09 18:37:50 +0200 (Thu, 09 Jun 2011) New Revision: 602 Url: http://nuiton.org/repositories/revision/jrst/602 Log: Fix dependencies Modified: trunk/jrst/pom.xml Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2011-06-09 16:31:45 UTC (rev 601) +++ trunk/jrst/pom.xml 2011-06-09 16:37:50 UTC (rev 602) @@ -84,8 +84,9 @@ <artifactId>fop</artifactId> </dependency> <dependency> - <groupId>net.sourceforge.saxon</groupId> - <artifactId>saxon</artifactId> + <groupId>net.sourceforge.saxon</groupId> + <artifactId>saxon</artifactId> + <scope>runtime</scope> </dependency> <!-- <dependency> <artifactId>xalan</artifactId>