MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

Update of dependency required to build on Apple Mac M1 #101

Closed isabelle-dr closed 2 years ago

isabelle-dr commented 2 years ago

Issue by lionel-nj Jan 19, 2022 Originally opened as https://github.com/CUTR-at-USF/gtfs-realtime-validator/issues/404


Summary:

I tried to build the gtfs-realtime-validator but could not.

Steps to reproduce:

Execute mvn package at the root of the project in a Terminal session.

Expected behavior:

Generate an executable jar in target.

Observed behavior:

Build failure as illustrated on the screenshot below ⬇️

Screen Shot 2022-02-22 at 3 55 00 PM

Thanks @barbeau for helping to fix this: bumping com.github.eirslett to 1.11.0+ in pom.xml fixes that bug.

https://github.com/eirslett/frontend-maven-plugin/issues/952#issuecomment-762163294

Platform:

Mac M1 MacOS Big Sur 11.6 version Java 11.0.11