Open GoogleCodeExporter opened 9 years ago
I wonder if you have a dependency resolution issue. What version of
commons-math is listed when you do $mvn dependency:list?
Original comment by gak@google.com
on 4 Mar 2014 at 10:10
I thought about that as well. Commons math 2.1 is pulled in via Caliper.
Commons math3 was pulled in via Mahout, but I excluded that and got the same
result.
None of Mahout, datafu and stream lib have a commons math 2 dependency.
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ t-digest ---
[INFO] com.tdunning:t-digest:jar:1.1-SNAPSHOT
[INFO] +- org.apache.mahout:mahout-math:jar:0.9:compile
[INFO] | +- com.google.guava:guava:jar:16.0:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.5:compile
[INFO] +- com.linkedin.datafu:datafu:jar:1.1.0:test
[INFO] | \- commons-io:commons-io:jar:1.4:test
[INFO] +- com.clearspring.analytics:stream:jar:2.5.1:test
[INFO] | \- it.unimi.dsi:fastutil:jar:6.5.7:test
[INFO] +- junit:junit:jar:4.8.2:test
[INFO] \- com.google.caliper:caliper:jar:1.0-beta-SNAPSHOT:compile
[INFO] +- com.google.code.gson:gson:jar:2.2.2:compile
[INFO] +- joda-time:joda-time:jar:1.6:compile
[INFO] +- com.sun.jersey:jersey-client:jar:1.11:compile
[INFO] | \- com.sun.jersey:jersey-core:jar:1.11:compile
[INFO] +- com.google.inject:guice:jar:3.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] +- com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] +- com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] +- org.apache.commons:commons-math:jar:2.1:compile
[INFO] \-
com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:jar:2.
1:compile
[INFO] +- org.ow2.asm:asm:jar:4.0:compile
[INFO] +- org.ow2.asm:asm-analysis:jar:4.0:compile
[INFO] +- org.ow2.asm:asm-commons:jar:4.0:compile
[INFO] +- org.ow2.asm:asm-tree:jar:4.0:compile
[INFO] +- org.ow2.asm:asm-util:jar:4.0:compile
[INFO] \- org.ow2.asm:asm-xml:jar:4.0:compile
Original comment by ted.dunn...@gmail.com
on 5 Mar 2014 at 3:22
Original issue reported on code.google.com by
ted.dunn...@gmail.com
on 4 Mar 2014 at 1:11