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


The following commit(s) were added to refs/heads/develop by this push:
     new a02178cd1 fix Security Manager is deprecated error on newer Java 
versions (closes #223) (closes #224)
a02178cd1 is described below

commit a02178cd1f9048206298862e9b37bba015a036fc
Author: Josh Tynjala <joshtynj...@apache.org>
AuthorDate: Wed Jan 31 09:46:31 2024 -0800

    fix Security Manager is deprecated error on newer Java versions (closes 
#223) (closes #224)
---
 compiler/pom.xml | 4 ++--
 pom.xml          | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index 3eed3502d..743c21781 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -149,8 +149,8 @@
             Do all the Antlr2 code generation
       -->
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antlr-plugin</artifactId>
+        <groupId>org.omnifaces</groupId>
+        <artifactId>antlr-maven-plugin</artifactId>
         <executions>
           <execution>
             <id>generate-as-parser</id>
diff --git a/pom.xml b/pom.xml
index 64b0f8b0b..7d9e49221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,9 +413,9 @@
         </plugin>
 
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antlr-plugin</artifactId>
-          <version>2.0-beta-1</version>
+          <groupId>org.omnifaces</groupId>
+          <artifactId>antlr-maven-plugin</artifactId>
+          <version>2.4</version>
         </plugin>
 
         <plugin>

Reply via email to