On 18.5.15 10:41 , Chetan Mehrotra wrote:
Hi Michael,
On Mon, May 18, 2015 at 2:02 PM, <[email protected]> wrote:
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </dependency>
Is adding a required dependency on commons-math3 required? Probably
MicroBenchmark can be made part of commons/test and move this
dependency to test scope
As you might want to be able to use it from e.g. {{oak-run}}, yes. Same
thing if you want to include such a benchmark in an OSGi bundle.
Maybe we can make the dependency optional for now?
Michael
Chetan Mehrotra