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

Dependency problems for cql2elm #20

Open
cptully opened this issue Dec 22, 2023 · 0 comments
Open

Dependency problems for cql2elm #20

cptully opened this issue Dec 22, 2023 · 0 comments

Comments

@cptully
Copy link

cptully commented Dec 22, 2023

I recently started working with CQL-Testing-Framework in my work at Optum. I tried to run the cql2elm tool that is included with this repo. I installed it in my IG by adding "cql-testing": "^2.6.1" to my package.json.

When I tried to run cql2elm, I got a NoClassDefFoundError from java. A little bit of research and hacking lead to a temporary,brittle solution of adding runtimeOnly 'xmlpull:xmlpull:1.1.3.1' to the node_modules/cql-testing/build.gradle

Once I added that dependency, the tool ran as expected and generated the ELM json files that are needed by CQL-Testing-Framework.

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

1 participant