This is dependent on mobilitydata/gtfs-realtime-bindings#70, and shouldn't be merged until that has been merged and a release made (which we presume will be called 0.0.7).
This PR updates io.mobilitydata.transit:gtfs-realtime-bindings to the latest release (0.0.7), and consequently removes the included copy of gtfs-realtime.proto in favor of the one included in the upstream JAR. It also adds JCenter directly as a Maven repository so we don't have to wait for gtfs-realtime-bindings releases to sync to Maven Central.
0.0.7 of io.mobilitydata.transit:gtfs-realtime-bindings is live on JCenter now, but not Maven Central yet (and there is a sync issue I need to figure out there).
This is dependent on mobilitydata/gtfs-realtime-bindings#70, and shouldn't be merged until that has been merged and a release made (which we presume will be called0.0.7
).This PR updates
io.mobilitydata.transit:gtfs-realtime-bindings
to the latest release (0.0.7
), and consequently removes the included copy ofgtfs-realtime.proto
in favor of the one included in the upstream JAR. It also adds JCenter directly as a Maven repository so we don't have to wait forgtfs-realtime-bindings
releases to sync to Maven Central.