aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-08-25 13:29:07 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2014-08-25 13:29:07 -0700
commitcd30db566a327ddf63cd242c758e46ce2d9479df (patch)
tree7a5591f4b464b6d2670d5eaf4dbd815c16a01ccd /pom.xml
parent220f413686ae922bd11776576bf37610cce92c23 (diff)
downloadspark-cd30db566a327ddf63cd242c758e46ce2d9479df.tar.gz
spark-cd30db566a327ddf63cd242c758e46ce2d9479df.tar.bz2
spark-cd30db566a327ddf63cd242c758e46ce2d9479df.zip
SPARK-2798 [BUILD] Correct several small errors in Flume module pom.xml files
(EDIT) Since the scalatest issue was since resolved, this is now about a few small problems in the Flume Sink `pom.xml` - `scalatest` is not declared as a test-scope dependency - Its Avro version doesn't match the rest of the build - Its Flume version is not synced with the other Flume module - The other Flume module declares its dependency on Flume Sink slightly incorrectly, hard-coding the Scala 2.10 version - It depends on Scala Lang directly, which it shouldn't Author: Sean Owen <sowen@cloudera.com> Closes #1726 from srowen/SPARK-2798 and squashes the following commits: a46e2c6 [Sean Owen] scalatest to test scope, harmonize Avro and Flume versions, remove direct Scala dependency, fix '2.10' in Flume dependency
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9cbf3ea599..556b9da3d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,7 @@
<protobuf.version>2.4.1</protobuf.version>
<yarn.version>${hadoop.version}</yarn.version>
<hbase.version>0.94.6</hbase.version>
+ <flume.version>1.4.0</flume.version>
<zookeeper.version>3.4.5</zookeeper.version>
<hive.version>0.12.0</hive.version>
<parquet.version>1.4.3</parquet.version>