npm-flexjs: put back duplicate Guava dependency because it's required, but 
updated to correct version


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/30ef5fb3
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/30ef5fb3
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/30ef5fb3

Branch: refs/heads/feature/flash-downloader
Commit: 30ef5fb36374060061739c402f55b3accc7aa019
Parents: 26cd3e6
Author: Josh Tynjala <joshtynj...@apache.org>
Authored: Wed Dec 21 11:29:43 2016 -0800
Committer: Josh Tynjala <joshtynj...@apache.org>
Committed: Wed Dec 21 11:29:43 2016 -0800

----------------------------------------------------------------------
 npm-flexjs/dependencies/ApacheFalcon.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/30ef5fb3/npm-flexjs/dependencies/ApacheFalcon.js
----------------------------------------------------------------------
diff --git a/npm-flexjs/dependencies/ApacheFalcon.js 
b/npm-flexjs/dependencies/ApacheFalcon.js
index 34b02f4..c336416 100644
--- a/npm-flexjs/dependencies/ApacheFalcon.js
+++ b/npm-flexjs/dependencies/ApacheFalcon.js
@@ -78,6 +78,13 @@ var falconDependencies = [
         unzip:true
     },
     {
+        
url:'http://search.maven.org/remotecontent?filepath=com/google/guava/guava/20.0/',
+        remoteFileName:'guava-20.0.jar',
+        destinationPath:constants.FLEXJS_FOLDER + falconLibExternalFolder,
+        destinationFileName:'guava.jar',
+        unzip:false
+    },
+    {
         
url:'http://search.maven.org/remotecontent?filepath=net/sourceforge/jburg/jburg/1.10.2/',
         remoteFileName:'jburg-1.10.2.jar',
         destinationPath:constants.FLEXJS_FOLDER + falconLibExternalFolder,

Reply via email to