You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/04/05 19:25:49 UTC

[royale-compiler] branch develop updated: try to fix maven build

This is an automated email from the ASF dual-hosted git repository.

aharui 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 9c18fb3  try to fix maven build
9c18fb3 is described below

commit 9c18fb306cb5b4ecb063ad59543e45eae5b4e178
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Apr 5 12:25:34 2019 -0700

    try to fix maven build
---
 compiler-jburg-types/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index 885e49f..139254c 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -41,6 +41,11 @@
       <artifactId>jburg</artifactId>
       <version>1.10.3</version>
     </dependency>
+    <dependency>
+        <groupId>antlr</groupId>
+        <artifactId>antlr</artifactId>
+        <version>2.7.7</version>
+    </dependency>
   </dependencies>
 
 </project>