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

org.antlr:stringtemplate is Faulty #2300

Closed
aryeh-looker opened this issue Sep 23, 2022 · 3 comments
Closed

org.antlr:stringtemplate is Faulty #2300

aryeh-looker opened this issue Sep 23, 2022 · 3 comments

Comments

@aryeh-looker
Copy link

org.antlr:stringtemplate relies on org.antlr:antlr-runtime, which has a circular dependency back on org.antlr:stringtemplate. Maven can gracefully deal with the misconfiguration, but some build tools like bazel cannot; e.g. https://github.com/aryeh-looker/bazel-circular-deps. I believe it is possible to write the pom.xml to resolve this circular dep, so that users of powsybl-core and other build systems do not need to .

@aryeh-looker
Copy link
Author

Another option -- probably better, is to update the stringtemplate dependency to ST4 https://mvnrepository.com/artifact/org.antlr/ST4

@geofjamg
Copy link
Member

Thanks for reporting this issue. It will be fixed by #2301 in next release.

@miovd
Copy link
Contributor

miovd commented Sep 26, 2022

Resolved by #2301

@miovd miovd closed this as completed Sep 26, 2022
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