We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ab5c3 commit cbcfb23Copy full SHA for cbcfb23
pom.xml
@@ -193,7 +193,7 @@
193
<plugin>
194
<groupId>org.antlr</groupId>
195
<artifactId>antlr4-maven-plugin</artifactId>
196
- <version>4.13.2</version>
+ <version>4.9.3</version> <!-- Newer versions seem not compatible -->
197
<executions>
198
<execution>
199
<id>antlr</id>
@@ -506,7 +506,7 @@
506
<dependency>
507
508
<artifactId>antlr4</artifactId> <!-- transitively includes ST4, antlr-runtime, antlr4-runtime -->
509
- <version>4.13.2</version> <!-- 4.10.* and 4.11.* not compatible -->
+ <version>4.9.3</version> <!-- 4.10.* and 4.11.* not compatible -->
510
<exclusions>
511
<exclusion>
512
<groupId>com.ibm.icu</groupId>
0 commit comments