Matt,
What do you think of adding to the pom.xml
<dependency>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
<version>1.2</version>
<optional>true</optional>
</dependency>
and using SynchronizedDescriptiveStatistics instead of
DescriptiveStatisticsImpl, which is now deprecated (as of commons-math-1.2)?
-Ken
Ken Tanaka wrote:
Matt,
I'd like to look over your changes, but I'm not a committer either. I
looked through the patch for issue 261 and it looked good, but haven't
run it in the project yet.
-Ken Tanaka
Matt Sanford wrote:
Hi all,
I have several pending JIRA issues that contain patches to
Commons Pipeline [1] I would like to contribute.
...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org