Stream: committers
Topic: javax.annotation missing from ivy dependencies?
Patrick Werner (May 29 2019 at 10:00):
I had some build issues with the FHIR core build, and just checked out a fresh copy but still run into the issue: could not resolve javax.annotation.Resource.
It seems this dependency is currently missing from the ivy file? After adding the dependency build works again.
Patrick Werner (May 29 2019 at 12:13):
added PR: https://github.com/HL7/fhir/pull/576
Grahame Grieve (May 29 2019 at 12:17):
weird that you suddenly need it when we've never had an issue before. where do we actually use it?
Patrick Werner (May 29 2019 at 12:24):
Added 21days ago by you.
Grahame Grieve (May 29 2019 at 12:25):
that's an eclipse thing - it sometimes adds these wrong class references when class names are duplicated
Patrick Werner (May 29 2019 at 12:27):
ah! i didn't check if it is used, will modify my PR to just get rid of this line.
Patrick Werner (May 29 2019 at 12:48):
https://github.com/HL7/fhir/pull/577
Last updated: Apr 12 2022 at 19:14 UTC