This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 451d8137058ef1c6181a034687afac05d17b5a3a Author: Josh Tynjala <[email protected]> AuthorDate: Mon Sep 8 15:24:20 2025 -0700 Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2" This reverts commit cf6bf158c01084c3b475a8022354a63fe9b28265. --- compiler-common/pom.xml | 4 ++-- compiler-jburg-types/pom.xml | 6 +++--- compiler/pom.xml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml index 009860456..b24c859ed 100644 --- a/compiler-common/pom.xml +++ b/compiler-common/pom.xml @@ -67,8 +67,8 @@ </dependency> <dependency> <groupId>org.antlr</groupId> - <artifactId>antlr-complete</artifactId> - <version>3.5.2</version> + <artifactId>antlr</artifactId> + <version>3.3</version> </dependency> <dependency> <groupId>com.google.guava</groupId> diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml index 00e220712..90b23a239 100644 --- a/compiler-jburg-types/pom.xml +++ b/compiler-jburg-types/pom.xml @@ -124,9 +124,9 @@ <version>1.10.3</version> </dependency> <dependency> - <groupId>org.antlr</groupId> - <artifactId>antlr-complete</artifactId> - <version>3.5.2</version> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.7</version> </dependency> </dependencies> diff --git a/compiler/pom.xml b/compiler/pom.xml index e41bf6874..a6166595b 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -164,9 +164,9 @@ </executions> <dependencies> <dependency> - <groupId>org.antlr</groupId> - <artifactId>antlr-complete</artifactId> - <version>3.5.2</version> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.7</version> </dependency> </dependencies> </plugin> @@ -600,8 +600,8 @@ </dependency> <dependency> <groupId>org.antlr</groupId> - <artifactId>antlr-complete</artifactId> - <version>3.5.2</version> + <artifactId>antlr</artifactId> + <version>3.3</version> </dependency> <dependency> <groupId>com.google.guava</groupId>
