You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/10/21 22:37:40 UTC

[1/2] incubator-beam git commit: Fix typo and dependencies in beam-runners-direct-java

Repository: incubator-beam
Updated Branches:
  refs/heads/master 18e5d128b -> ea8583c4f


Fix typo and dependencies in beam-runners-direct-java


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

Branch: refs/heads/master
Commit: 5f946c6c00cfea0b38b64db6da33bcf2d2783fa3
Parents: 18e5d12
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 19 19:26:35 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Oct 21 15:25:54 2016 -0700

----------------------------------------------------------------------
 pom.xml                                    |  4 ++--
 runners/direct-java/pom.xml                | 11 +++++++++--
 runners/google-cloud-dataflow-java/pom.xml |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/5f946c6c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1263827..de4bd63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -691,13 +691,13 @@
         <groupId>org.apache.beam</groupId>
         <artifactId>beam-sdks-java-core</artifactId>
         <version>${project.version}</version>
-        <type>test-jar</type>
+        <classifier>tests</classifier>
         <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>org.apache.beam</groupId>
-        <artifactId>beam-sdks-java-core</artifactId>
+        <artifactId>beam-runners-core-java</artifactId>
         <version>${project.version}</version>
         <classifier>tests</classifier>
         <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/5f946c6c/runners/direct-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/direct-java/pom.xml b/runners/direct-java/pom.xml
index 6cb1838..aec0e71 100644
--- a/runners/direct-java/pom.xml
+++ b/runners/direct-java/pom.xml
@@ -83,7 +83,7 @@
               <failIfNoTests>true</failIfNoTests>
               <dependenciesToScan>
                 <dependency>org.apache.beam:beam-sdks-java-core</dependency>
-                <dependency>org.apache.beam:beam-runners-java-core</dependency>
+                <dependency>org.apache.beam:beam-runners-core-java</dependency>
               </dependenciesToScan>
               <systemPropertyVariables>
                 <beamTestPipelineOptions>
@@ -331,7 +331,14 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-core</artifactId>
-      <type>test-jar</type>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.beam</groupId>
+      <artifactId>beam-runners-core-java</artifactId>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/5f946c6c/runners/google-cloud-dataflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index b035028..0f2d3b2 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -402,7 +402,7 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-core</artifactId>
-      <type>test-jar</type>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
 


[2/2] incubator-beam git commit: [BEAM-755] Fix typo and dependencies in beam-runners-direct-java

Posted by lc...@apache.org.
[BEAM-755] Fix typo and dependencies in beam-runners-direct-java

This closes #1140


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

Branch: refs/heads/master
Commit: ea8583c4f45e56a6ecb4b6dbe7eb255e5f27693d
Parents: 18e5d12 5f946c6
Author: Luke Cwik <lc...@google.com>
Authored: Fri Oct 21 15:26:17 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Oct 21 15:26:17 2016 -0700

----------------------------------------------------------------------
 pom.xml                                    |  4 ++--
 runners/direct-java/pom.xml                | 11 +++++++++--
 runners/google-cloud-dataflow-java/pom.xml |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
----------------------------------------------------------------------