Repository: spark
Updated Branches:
  refs/heads/master 08c095b66 -> 25cad6adf


HOTFIX: Fixing test error in maven for flume-sink.

We needed to add an explicit dependency on scalatest since this
module will not get it from spark core like others do.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/25cad6ad
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/25cad6ad
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/25cad6ad

Branch: refs/heads/master
Commit: 25cad6adf6479fb00265df06d5f77599f8defd26
Parents: 08c095b
Author: Patrick Wendell <[email protected]>
Authored: Sat Aug 2 00:57:47 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Sat Aug 2 00:58:33 2014 -0700

----------------------------------------------------------------------
 external/flume-sink/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/25cad6ad/external/flume-sink/pom.xml
----------------------------------------------------------------------
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index d11129c..d0bf1cf 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -67,7 +67,10 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
-      <version>2.10.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.scalatest</groupId>
+      <artifactId>scalatest_${scala.binary.version}</artifactId>
     </dependency>
   </dependencies>
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to