From 9fa43a33b91c3a9b6be39bf3e00febf61a4b5b59 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 14 Apr 2016 10:48:17 -0700 Subject: [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-local into one place ## What changes were proposed in this pull request? Move json4s, breeze dependency declaration into parent ## How was this patch tested? Should be no functional change, but Jenkins tests will test that. Author: Sean Owen Closes #12390 from srowen/SPARK-14612. --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4585c8b9c2..a772d51337 100644 --- a/pom.xml +++ b/pom.xml @@ -584,6 +584,28 @@ ${jersey.version} ${hadoop.deps.scope} + + org.scalanlp + breeze_${scala.binary.version} + 0.11.2 + + + + junit + junit + + + org.apache.commons + commons-math3 + + + + + org.json4s + json4s-jackson_${scala.binary.version} + 3.2.10 + com.sun.jersey jersey-json -- cgit v1.2.3