google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
142 stars 82 forks source link

Some minor pom clean-ups #962

Closed bashir2 closed 4 months ago

bashir2 commented 5 months ago

Description of what I changed

This was an attempt to fix #939 but unfortunately it does not change the uber jar sizes much; but it fixes some warning messages during build. Some of the bigger dependencies that might be worth shrinking like beam-sdks-java-io-google-cloud-platform (over 100 MB) needs more testing that are not covered by our e2e, so I left them intact.

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

chandrashekar-s commented 4 months ago

The build is failing due to some regression introduced by the latest HAPI release. This is fixed by the PR https://github.com/google/fhir-data-pipes/pull/970. We can rebuild this once the fix is merged.