You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
org.antlr:stringtemplate
relies onorg.antlr:antlr-runtime
, which has a circular dependency back onorg.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 thepom.xml
to resolve this circular dep, so that users ofpowsybl-core
and other build systems do not need to .The text was updated successfully, but these errors were encountered: