aboutsummaryrefslogtreecommitdiff
path: root/mllib-local/pom.xml
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-04-30 06:30:39 -0700
committerXiangrui Meng <meng@databricks.com>2016-04-30 06:30:39 -0700
commit0847fe4eb346e3c2060eb0f3680610bec06115e7 (patch)
treeb64c78629130f667cd6529d0ece0eedf2b0a4d2c /mllib-local/pom.xml
parent1192fe4cd2a934790dc1ff2d459cf380e67335b2 (diff)
downloadspark-0847fe4eb346e3c2060eb0f3680610bec06115e7.tar.gz
spark-0847fe4eb346e3c2060eb0f3680610bec06115e7.tar.bz2
spark-0847fe4eb346e3c2060eb0f3680610bec06115e7.zip
[SPARK-14653][ML] Remove json4s from mllib-local
## What changes were proposed in this pull request? This PR moves Vector.toJson/fromJson to ml.linalg.VectorEncoder under mllib/ to keep mllib-local's dependency minimal. The json encoding is used by Params. So we still need this feature in SPARK-14615, where we will switch to ml.linalg in spark.ml APIs. ## How was this patch tested? Copied existing unit tests over. cc; dbtsai Author: Xiangrui Meng <meng@databricks.com> Closes #12802 from mengxr/SPARK-14653.
Diffstat (limited to 'mllib-local/pom.xml')
-rw-r--r--mllib-local/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml
index 60b615a07f..68f15dd905 100644
--- a/mllib-local/pom.xml
+++ b/mllib-local/pom.xml
@@ -49,10 +49,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.json4s</groupId>
- <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>