You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/22 14:52:14 UTC

[royale-compiler] branch develop updated: maven: fix compilation from maven since latest changes break it

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

carlosrovira 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 3bfedda  maven: fix compilation from maven since latest changes break it
3bfedda is described below

commit 3bfeddaa495375e5f6e51f6b4b2535fac6411cd7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 22 15:52:03 2020 +0100

    maven: fix compilation from maven since latest changes break it
---
 compiler-jx/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 52c710a..5f73fe3 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -215,7 +215,7 @@
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>google-closure-library</artifactId>
-      <version>0.0-20190213-2033d5d9</version>
+      <version>0.0-20170809-b9c14c6b</version>
     </dependency>
 
     <dependency>