Add io-gcp to top-level pom dependency management So its version is inherited everywhere that depends on it
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/15dff04d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/15dff04d Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/15dff04d Branch: refs/heads/master Commit: 15dff04d9fd73b5443b2213ae1dfe8b998a87c74 Parents: 1cccbac Author: Dan Halperin <[email protected]> Authored: Sat Jul 2 12:10:10 2016 -0700 Committer: Luke Cwik <[email protected]> Committed: Mon Jul 11 10:06:19 2016 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/15dff04d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72d73fb..7089c2c 100644 --- a/pom.xml +++ b/pom.xml @@ -271,6 +271,12 @@ <dependency> <groupId>org.apache.beam</groupId> + <artifactId>beam-sdks-java-io-google-cloud-platform</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.beam</groupId> <artifactId>beam-runners-core-java</artifactId> <version>${project.version}</version> </dependency>
