WW-4670 Upgrades JFreeChart to the latest version
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0bd2e705 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0bd2e705 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0bd2e705 Branch: refs/heads/master Commit: 0bd2e705897b365740e72229dbd9eb64c8c32229 Parents: c6d07d3 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Jul 27 08:37:00 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Jul 27 08:37:00 2016 +0200 ---------------------------------------------------------------------- plugins/jfreechart/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/0bd2e705/plugins/jfreechart/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index fec4910..b3758ef 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -35,9 +35,9 @@ <dependencies> <dependency> - <groupId>jfree</groupId> + <groupId>org.jfree</groupId> <artifactId>jcommon</artifactId> - <version>1.0.12</version> + <version>1.0.23</version> <scope>provided</scope> <exclusions> <exclusion> @@ -47,9 +47,9 @@ </exclusions> </dependency> <dependency> - <groupId>jfree</groupId> + <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.9</version> + <version>1.0.19</version> <scope>provided</scope> <exclusions> <exclusion> @@ -68,7 +68,7 @@ <artifactId>jsp-api</artifactId> <scope>provided</scope> </dependency> - <dependency> + <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope>