googlegenomics / dataflow-java

Google Cloud Dataflow pipelines such as Identity-By-State as well as useful utility classes.
Apache License 2.0
36 stars 31 forks source link

Bump dataflow and grpc (via utils-java) dependencies. #164

Closed deflaux closed 8 years ago

deflaux commented 8 years ago

Fixes https://github.com/googlegenomics/dataflow-java/issues/163

Manually testing via mvn verify right now. Travis CI will turn green when utils-java makes it onto maven central.

Will wait to merge till both those are complete.

dionloy commented 8 years ago

LGTM

pgrosu commented 8 years ago

Nicole, looks great, and might also want to bump com.google.protobuf to version 3.0.0-beta-2 at the following line:

https://github.com/deflaux/dataflow-java/blob/45875de998bde6433e82bf70817d4560483f670e/pom.xml#L210

~p

deflaux commented 8 years ago

Will fix that. Thanks @pgrosu !

pgrosu commented 8 years ago

Thanks Nicole :smile: