You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:16 UTC

[20/24] git commit: updated refs/heads/master to 6fd49e4

Manually add another dependency to be downloaded before build

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/358157f5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/358157f5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/358157f5

Branch: refs/heads/master
Commit: 358157f57c872b5e987cc311ae1e046966059457
Parents: e4f09e9
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Sat Jun 20 02:58:53 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:27 2015 +0200

----------------------------------------------------------------------
 tools/travis/downloadDeps.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/358157f5/tools/travis/downloadDeps.sh
----------------------------------------------------------------------
diff --git a/tools/travis/downloadDeps.sh b/tools/travis/downloadDeps.sh
index a124fe8..ae53028 100755
--- a/tools/travis/downloadDeps.sh
+++ b/tools/travis/downloadDeps.sh
@@ -44,6 +44,7 @@ done
 
 #For some reason, travis seems to be using surefire plugin 2.14.2
 echo "<dependency><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><version>2.12.4</version></dependency>"  >> pom.xml
+echo "<dependency><groupId>com.google.guava</groupId><artifactId>guava</artifactId><version>10.0.1</version></dependency>"  >> pom.xml
 
 #Finish dummy pom
 echo "</dependencies></project>" >> pom.xml