Author: echatellier Date: 2011-12-20 11:26:17 +0100 (Tue, 20 Dec 2011) New Revision: 3576 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3576 Log: #571 : Bug rendu en aire sur les graphiques Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-12-20 10:09:45 UTC (rev 3575) +++ trunk/pom.xml 2011-12-20 10:26:17 UTC (rev 3576) @@ -396,6 +396,13 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> + + <dependency> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + <version>1.0.12</version> + <scope>runtime</scope> + </dependency> </dependencies> <!-- ************************************************************* -->
participants (1)
-
echatellier@users.forge.codelutin.com