Author: chatellier Date: 2010-10-28 15:09:22 +0000 (Thu, 28 Oct 2010) New Revision: 118 Log: Add jfreechart Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-28 15:09:19 UTC (rev 117) +++ trunk/pom.xml 2010-10-28 15:09:22 UTC (rev 118) @@ -123,6 +123,13 @@ </dependency> <dependency> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + <version>1.0.12</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-widgets</artifactId> <version>1.0.4-SNAPSHOT</version>