You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/05/08 18:23:58 UTC

svn commit: r405087 - /struts/action2/trunk/extras/pom.xml

Author: plightbo
Date: Mon May  8 09:23:54 2006
New Revision: 405087

URL: http://svn.apache.org/viewcvs?rev=405087&view=rev
Log:
don't need to specify jfreechart, it is part of the jasperreports 1.2.1 pom

Modified:
    struts/action2/trunk/extras/pom.xml

Modified: struts/action2/trunk/extras/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/extras/pom.xml?rev=405087&r1=405086&r2=405087&view=diff
==============================================================================
--- struts/action2/trunk/extras/pom.xml (original)
+++ struts/action2/trunk/extras/pom.xml Mon May  8 09:23:54 2006
@@ -48,19 +48,6 @@
         </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>
             <version>2.1.5</version>