Author: chatellier Date: 2011-01-12 14:58:40 +0000 (Wed, 12 Jan 2011) New Revision: 501 Log: Add itext and xhtmlrenderer deps. Modified: trunk/coser-business/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2011-01-12 10:05:12 UTC (rev 500) +++ trunk/coser-business/pom.xml 2011-01-12 14:58:40 UTC (rev 501) @@ -94,6 +94,14 @@ <groupId>jfree</groupId> <artifactId>jcommon</artifactId> </dependency> + <dependency> + <groupId>com.lowagie</groupId> + <artifactId>itext</artifactId> + </dependency> + <dependency> + <groupId>org.xhtmlrenderer</groupId> + <artifactId>core-renderer</artifactId> + </dependency> </dependencies> <name>Coser :: Business</name>