Author: sletellier Date: 2009-09-16 10:40:11 +0200 (Wed, 16 Sep 2009) New Revision: 413 Modified: trunk/jrst/pom.xml trunk/pom.xml Log: Adding xml-serializer dependency Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2009-09-14 15:26:16 UTC (rev 412) +++ trunk/jrst/pom.xml 2009-09-16 08:40:11 UTC (rev 413) @@ -39,6 +39,10 @@ <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xml-serializer</artifactId> + </dependency> <!-- Annoted interfaces to present command line arguments --> <dependency> <groupId>uk.co.flamingpenguin.jewelcli</groupId> @@ -48,7 +52,6 @@ <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <!--scope>runtime</scope--> </dependency> <!-- Swing librairie --> <dependency> @@ -60,7 +63,6 @@ <dependency> <groupId>org.docbook</groupId> <artifactId>docbook-xsl</artifactId> - <!--scope>runtime</scope--> </dependency> <!-- Test librairies --> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-14 15:26:16 UTC (rev 412) +++ trunk/pom.xml 2009-09-16 08:40:11 UTC (rev 413) @@ -67,6 +67,13 @@ </dependency> <dependency> + <groupId>xerces</groupId> + <artifactId>xml-serializer</artifactId> + <version>2.7.1</version> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>org.nuiton.thirdparty</groupId> <artifactId>sdoc</artifactId> <version>0.5.0-beta-patchcl</version>
participants (1)
-
sletellier@users.nuiton.org