Author: husted Date: Tue Nov 21 12:36:38 2006 New Revision: 477875 URL: http://svn.apache.org/viewvc?view=rev&rev=477875 Log: WW-1483 Fix JFree dependencies, as suggested by Rahul Akolkar.
Modified: struts/struts2/trunk/plugins/jfreechart/pom.xml Modified: struts/struts2/trunk/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jfreechart/pom.xml?view=diff&rev=477875&r1=477874&r2=477875 ============================================================================== --- struts/struts2/trunk/plugins/jfreechart/pom.xml (original) +++ struts/struts2/trunk/plugins/jfreechart/pom.xml Tue Nov 21 12:36:38 2006 @@ -88,7 +88,7 @@ <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> - <version>[1.0.0,)</version> + <version>1.0.2</version> <scope>provided</scope> <exclusions> <exclusion> @@ -100,7 +100,7 @@ <dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> - <version>[1.0.0,)</version> + <version>1.0.1</version> <scope>provided</scope> <exclusions> <exclusion>