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 2017/04/21 23:36:42 UTC

[1/2] beam git commit: [BEAM-1871] Remove unnecessary runtime dependencies for Google Cloud Storage.

Repository: beam
Updated Branches:
  refs/heads/master eab04b029 -> 022d5b657


[BEAM-1871] Remove unnecessary runtime dependencies for Google Cloud Storage.


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

Branch: refs/heads/master
Commit: 50622ee9b434d7be0a37e3169765d0408a9ecd5e
Parents: eab04b0
Author: Luke Cwik <lc...@google.com>
Authored: Fri Apr 21 14:28:20 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 21 16:36:03 2017 -0700

----------------------------------------------------------------------
 sdks/java/core/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/50622ee9/sdks/java/core/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/core/pom.xml b/sdks/java/core/pom.xml
index ea4b725..7af1444 100644
--- a/sdks/java/core/pom.xml
+++ b/sdks/java/core/pom.xml
@@ -144,18 +144,6 @@
       <artifactId>google-http-client</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>com.google.cloud.bigdataoss</groupId>
-      <artifactId>gcsio</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>com.google.cloud.bigdataoss</groupId>
-      <artifactId>util</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-
     <!-- Required by com.google.apis:google-api-services-datastore-protobuf, but 
       the version they depend on differs from our api-client versions -->
     <dependency>


[2/2] beam git commit: [BEAM-1871] Remove unnecessary runtime dependencies for Google Cloud Storage

Posted by lc...@apache.org.
[BEAM-1871] Remove unnecessary runtime dependencies for Google Cloud Storage

This closes #2638


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

Branch: refs/heads/master
Commit: 022d5b657e367b0a40eb1813f49271d928278f3a
Parents: eab04b0 50622ee
Author: Luke Cwik <lc...@google.com>
Authored: Fri Apr 21 16:36:31 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 21 16:36:31 2017 -0700

----------------------------------------------------------------------
 sdks/java/core/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------