Skip to content
Snippets Groups Projects
Commit 930a5bd1 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-867: Move to the latest JFreeChart library version

* Fixed missing dependency in POM					

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/platform/core/trunk@29958 f329d543-caf0-0310-9063-dda96c69346f
parent 63e31130
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,13 @@
<artifactId>jfreechart</artifactId>
<version>1.0.13</version>
</dependency>
<!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.15</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
......
......@@ -41,6 +41,12 @@
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
</dependency>
<!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
</dependency>
<!-- Testing dependencies -->
<dependency>
<groupId>org.xwiki.platform</groupId>
......
......@@ -134,6 +134,12 @@
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
</dependency>
<!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
</dependency>
<!-- See http://jira.codehaus.org/browse/MEV-488 -->
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment