You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by am...@apache.org on 2016/12/07 08:57:06 UTC

[1/2] incubator-beam git commit: [BEAM-1094] Set test scope for Kafka IO and junit

Repository: incubator-beam
Updated Branches:
  refs/heads/master b41a46e86 -> 9ccf6dbea


[BEAM-1094] Set test scope for Kafka IO and junit


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/baf5e6bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/baf5e6bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/baf5e6bd

Branch: refs/heads/master
Commit: baf5e6bd9b1011f4c5c3974aa46393471b340c15
Parents: b41a46e
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Wed Dec 7 08:37:33 2016 +0100
Committer: Sela <an...@paypal.com>
Committed: Wed Dec 7 10:30:44 2016 +0200

----------------------------------------------------------------------
 runners/spark/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/baf5e6bd/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index e34af15..9a3adf6 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -268,18 +268,20 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-io-kafka</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
       <version>0.9.0.1</version>
+      <scope>test</scope>
     </dependency>
 
     <!-- test dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <scope>provided</scope>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <artifactId>hamcrest-core</artifactId>


[2/2] incubator-beam git commit: This closes #1531

Posted by am...@apache.org.
This closes #1531


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9ccf6dbe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9ccf6dbe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/9ccf6dbe

Branch: refs/heads/master
Commit: 9ccf6dbea0d3807fef6a7c0432906fffd2b8ec3f
Parents: b41a46e baf5e6b
Author: Sela <an...@paypal.com>
Authored: Wed Dec 7 10:31:38 2016 +0200
Committer: Sela <an...@paypal.com>
Committed: Wed Dec 7 10:31:38 2016 +0200

----------------------------------------------------------------------
 runners/spark/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------