aboutsummaryrefslogtreecommitdiff
path: root/external/docker-integration-tests/pom.xml
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2016-04-28 19:57:41 -0700
committerYin Huai <yhuai@databricks.com>2016-04-28 19:57:41 -0700
commit9c7c42bc6a35679cfffcdfb6feb26af834fec2e1 (patch)
treeaa6d78de55cc9107f26e0eee8ddaaf84da5436f2 /external/docker-integration-tests/pom.xml
parent2398e3d69c9a675d651c192107953de8e6c2aecd (diff)
downloadspark-9c7c42bc6a35679cfffcdfb6feb26af834fec2e1.tar.gz
spark-9c7c42bc6a35679cfffcdfb6feb26af834fec2e1.tar.bz2
spark-9c7c42bc6a35679cfffcdfb6feb26af834fec2e1.zip
Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mllib-local"
This reverts commit dae538a4d7c36191c1feb02ba87ffc624ab960dc.
Diffstat (limited to 'external/docker-integration-tests/pom.xml')
-rw-r--r--external/docker-integration-tests/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml
index f67e2a993f..53a24f3e06 100644
--- a/external/docker-integration-tests/pom.xml
+++ b/external/docker-integration-tests/pom.xml
@@ -128,10 +128,9 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-tags_${scala.binary.version}</artifactId>
+ <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
- <classifier>tests</classifier>
</dependency>
<dependency>
<groupId>mysql</groupId>