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 <[email protected]> Authored: Fri Apr 21 14:28:20 2017 -0700 Committer: Luke Cwik <[email protected]> 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>
