| Summary: | antlr4 тянет runtime от antlr3 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Vitaly Lipatov <lav> |
| Component: | antlr4 | Assignee: | scala <scala> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | scala |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Vitaly Lipatov
2020-11-18 15:13:53 MSK
Это апстрим так извратился.
antlr-runtime 3.5.2 - сборочная и рантаймовая зависимость
для antlr4 tool,
сами посмотрите, пожалуйста, в tool/pom.xml:
<artifactId>antlr4</artifactId>
<name>ANTLR 4 Tool</name>
<url>http://www.antlr.org</url>
<description>The ANTLR 4 grammar compiler.</description>
...
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
</dependency>
(Ответ для viy на комментарий #1) > Это апстрим так извратился. > antlr-runtime 3.5.2 - сборочная и рантаймовая зависимость > для antlr4 tool, > сами посмотрите, пожалуйста, в tool/pom.xml: ... Это я не догадался, что они так могут... Спасибо! |