FHIR Chat · javax.annotation missing from ivy dependencies? · committers

Stream: committers

Topic: javax.annotation missing from ivy dependencies?


view this post on Zulip 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.

view this post on Zulip Patrick Werner (May 29 2019 at 12:13):

added PR: https://github.com/HL7/fhir/pull/576

view this post on Zulip 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?

view this post on Zulip Patrick Werner (May 29 2019 at 12:24):

it is used here: https://github.com/HL7/fhir/blob/8e9ff3675b976a7db2074b3a239193c912b65c9e/tools/java/org.hl7.fhir.tools.core/src/org/hl7/fhir/tools/implementations/java/JavaGenerator.java#L52

Added 21days ago by you.

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip Patrick Werner (May 29 2019 at 12:48):

https://github.com/HL7/fhir/pull/577


Last updated: Apr 12 2022 at 19:14 UTC