You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:22:57 UTC

[34/50] [abbrv] git commit: Re-add Google Guava to maven deps config (accidentally removed in commit 8012cd7)

Re-add Google Guava to maven deps config (accidentally removed in commit 8012cd7)


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/74f01ec6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/74f01ec6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/74f01ec6

Branch: refs/heads/master
Commit: 74f01ec64eef63181e8d6b92a08295a279e76158
Parents: 1bcefbb
Author: Michael G. Noll <mn...@verisign.com>
Authored: Sat Dec 7 11:54:59 2013 +0100
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Sat Dec 7 11:54:59 2013 +0100

----------------------------------------------------------------------
 m2-pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/74f01ec6/m2-pom.xml
----------------------------------------------------------------------
diff --git a/m2-pom.xml b/m2-pom.xml
index 07b6425..77011a7 100644
--- a/m2-pom.xml
+++ b/m2-pom.xml
@@ -68,6 +68,11 @@
       <artifactId>commons-collections</artifactId>
       <version>3.2.1</version>
     </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>15.0</version>
+    </dependency>
   </dependencies>
 
   <build>