don't need to specify jfreechart, it is part of the jasperreports 1.2.1 pom

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Lightbody
2006-05-08 16:23:54 +00:00
parent 7f8eb208fa
commit b78e1378a2
-13
View File
@@ -47,19 +47,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>gnujaxp</groupId>
<artifactId>gnujaxp</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>pell-multipart</artifactId>