You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/11/18 15:29:57 UTC

[23/28] carbondata git commit: [CARBONDATA-1753][Streaming]Fix missing 'org.scalatest.tools.Runner' issue when run test with streaming module

[CARBONDATA-1753][Streaming]Fix missing 'org.scalatest.tools.Runner' issue when run test with streaming module

This closes #1519


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1b8d348c
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/1b8d348c
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/1b8d348c

Branch: refs/heads/fgdatamap
Commit: 1b8d348c041021038a5a542de1ef7da1855b514a
Parents: ee71610
Author: Zhang Zhichao <44...@qq.com>
Authored: Fri Nov 17 14:27:23 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Sat Nov 18 10:48:08 2017 +0800

----------------------------------------------------------------------
 streaming/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/1b8d348c/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index d9dac75..713bf2d 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -28,7 +28,12 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.scalatest</groupId>
+      <artifactId>scalatest_${scala.binary.version}</artifactId>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>