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 <[email protected]> Authored: Thu Apr 27 11:34:01 2017 -0700 Committer: Luke Cwik <[email protected]> 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>
