Disparity between jcommon dependancy versions

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
fatboab
Posts: 3
Joined: Thu Sep 28, 2006 12:17 pm

Disparity between jcommon dependancy versions

Post by fatboab » Thu Sep 28, 2006 5:09 pm

Hello,

I downloaded JFreeChart 1.0.2 and noticed that the version of jcommon in the libs folder had incresed to version 1.0.5 (jcommon-1.0.5.jar). JFreeChart 1.0.1 had jcommon-1.0.0.jar shipped with it. However, I'm using Maven and the POM for 1.0.2 has jcommon-1.0.0.jar as a dependancy, not jcommon-1.0.5.jar.

Which version of jcommon is supposed to be used with JFreeChart 1.0.2...?

Cheers,

--
Bob.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Sep 28, 2006 5:15 pm

JFreeChart should work with any JCommon version from 1.0.0 onwards. The most recent version is recommended, because we've fixed a few bugs as we've gone along. I don't think any of the bugs were showstoppers though.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked