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. --- core/pom.xml | 1 - mllib-local/pom.xml | 13 ------------- mllib/pom.xml | 13 ------------- pom.xml | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+), 27 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 4c7e3a3662..7349ad35b9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -192,7 +192,6 @@ org.json4s json4s-jackson_${scala.binary.version} - 3.2.10 com.sun.jersey diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index c56561f215..68f15dd905 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -38,19 +38,6 @@ org.scalanlp breeze_${scala.binary.version} - 0.11.2 - - - - junit - junit - - - org.apache.commons - commons-math3 - - org.apache.commons diff --git a/mllib/pom.xml b/mllib/pom.xml index e56eafc300..24d8274e22 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -77,19 +77,6 @@ org.scalanlp breeze_${scala.binary.version} - 0.11.2 - - - - junit - junit - - - org.apache.commons - commons-math3 - - org.apache.commons 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