Author: sletellier Date: 2008-11-17 11:58:17 +0000 (Mon, 17 Nov 2008) New Revision: 1587 Modified: isis-fish/trunk/pom.xml Log: Topia dependency Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-11-14 11:19:28 UTC (rev 1586) +++ isis-fish/trunk/pom.xml 2008-11-17 11:58:17 UTC (rev 1587) @@ -600,6 +600,24 @@ <version>${lutinwidget.version}</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>topia</artifactId> + <version>${topia.version}</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jfreechart</groupId> + <artifactId>jfreechart</artifactId> + <version>0.9.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinmatrix</artifactId> + <version>1.1-SNAPSHOT</version> + <scope>compile</scope> + </dependency> </dependencies> </plugin>
participants (1)
-
sletellier@users.labs.libre-entreprise.org