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/28 15:14:56 UTC

[1/2] beam git commit: [BEAM-1871] Remove irrelevant runtime dependencies.

Repository: beam
Updated Branches:
  refs/heads/master 47aaf1125 -> 849e39dfc


[BEAM-1871] Remove irrelevant runtime dependencies.

Confirmed that sdks/java/io/gcp uses 1.22 for the removed libraries.


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

Branch: refs/heads/master
Commit: 40a924d8d4e06ecbd7252ddbd6558415f899c123
Parents: 47aaf11
Author: Luke Cwik <lc...@google.com>
Authored: Thu Apr 27 11:34:01 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 28 08:14:09 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/40a924d8/sdks/java/core/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/core/pom.xml b/sdks/java/core/pom.xml
index 6c46453..eac95bf 100644
--- a/sdks/java/core/pom.xml
+++ b/sdks/java/core/pom.xml
@@ -144,20 +144,6 @@
       <artifactId>google-http-client</artifactId>
     </dependency>
 
-    <!-- Required by com.google.apis:google-api-services-datastore-protobuf, but 
-      the version they depend on differs from our api-client versions -->
-    <dependency>
-      <groupId>com.google.http-client</groupId>
-      <artifactId>google-http-client-jackson</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>com.google.http-client</groupId>
-      <artifactId>google-http-client-protobuf</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>


[2/2] beam git commit: [BEAM-1871] Remove irrelevant runtime dependencies

Posted by lc...@apache.org.
[BEAM-1871] Remove irrelevant runtime dependencies

This closes #2748


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

Branch: refs/heads/master
Commit: 849e39dfcf28a6edbf3f4c0469229778e0a52cb3
Parents: 47aaf11 40a924d
Author: Luke Cwik <lc...@google.com>
Authored: Fri Apr 28 08:14:46 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 28 08:14:46 2017 -0700

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