Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hapi dependencies #63

Closed
patrick-werner opened this issue Jul 23, 2019 · 3 comments
Closed

Remove hapi dependencies #63

patrick-werner opened this issue Jul 23, 2019 · 3 comments

Comments

@patrick-werner
Copy link
Member

patrick-werner commented Jul 23, 2019

Remove hapi dependencies

fhir core validation and cli validation are depending on:

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-structures-r4</artifactId>
    <scope>test</scope>
</dependency>
<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-validation-resources-r4</artifactId>
    <scope>test</scope>
</dependency>
@grahamegrieve
Copy link
Collaborator

@jamesagnew are you ok with this?

@jamesagnew
Copy link
Contributor

Yeah, those were added only for unit tests and I'm not opposed to removing them given that the unit test doesn't work currently.

@grahamegrieve
Copy link
Collaborator

already sorted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants