Author: smukhina
Date: 2009-04-01 18:52:14 -0400 (Wed, 01 Apr 2009)
New Revision: 14430
Modified:
trunk/esb/docs/esb_ref_guide/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-690
PDF version building problem is fixed. FOP version is changed
Modified: trunk/esb/docs/esb_ref_guide/pom.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/pom.xml 2009-04-01 22:50:33 UTC (rev 14429)
+++ trunk/esb/docs/esb_ref_guide/pom.xml 2009-04-01 22:52:14 UTC (rev 14430)
@@ -77,6 +77,11 @@
<artifactId>jbosstools-docbook-xslt</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
</dependencies>
<configuration>