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 2018/12/26 07:02:53 UTC

[royale-compiler] branch develop updated: force guava upgrade. Not sure which dependency is using older guava

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 0a99310  force guava upgrade.  Not sure which dependency is using older guava
0a99310 is described below

commit 0a99310221b39034c263f3057fe362e60d73caf0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Dec 25 23:02:34 2018 -0800

    force guava upgrade.  Not sure which dependency is using older guava
---
 compiler-build-tools/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 734ab70..87b8db9 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
@@ -127,6 +127,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>25.1-jre</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>3.5.4</version>