Removed jfreechart-igalia dependency as it was not needed anymore.

FEA: ItEr72S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-03-10 16:17:21 +01:00
parent 731057c555
commit 06c276b534
3 changed files with 0 additions and 13 deletions

View file

@ -109,10 +109,6 @@
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart-igalia</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>

View file

@ -229,10 +229,6 @@
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart-igalia</artifactId>
</dependency>
<!-- Apache Commons Fileupload (required by ZK) -->
<dependency>
<groupId>commons-fileupload</groupId>

View file

@ -453,11 +453,6 @@
<artifactId>jcommon</artifactId>
<version>1.0.16</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart-igalia</artifactId>
<version>0.0.1</version>
</dependency>
<!-- Joda Time -->
<dependency>
<groupId>joda-time</groupId>