Author: chatellier Date: 2010-12-06 15:13:09 +0000 (Mon, 06 Dec 2010) New Revision: 372 Log: Fix dependencies Modified: trunk/coser-business/pom.xml trunk/coser-ui/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2010-12-06 15:07:55 UTC (rev 371) +++ trunk/coser-business/pom.xml 2010-12-06 15:13:09 UTC (rev 372) @@ -74,6 +74,10 @@ <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> </dependency> + <dependency> + <groupId>jfree</groupId> + <artifactId>jcommon</artifactId> + </dependency> </dependencies> <name>Coser :: Business</name> Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2010-12-06 15:07:55 UTC (rev 371) +++ trunk/coser-ui/pom.xml 2010-12-06 15:13:09 UTC (rev 372) @@ -85,10 +85,6 @@ <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> </dependency> - <dependency> - <groupId>jfree</groupId> - <artifactId>jcommon</artifactId> - </dependency> </dependencies> <name>Coser :: UI</name>