From f6b56d248fbdc7bcab9fef05ca7980677f400efa Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 10 Aug 2012 00:32:48 -0700 Subject: [PATCH] upgrade guava to v13.0 --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 08376e279..59a378490 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject storm "0.8.1-wip2-SNAPSHOT" +(defproject storm "0.8.1-experimental-wip2" :source-path "src/clj" :test-path "test/clj" :java-source-path "src/jvm" @@ -27,6 +27,7 @@ [storm/tools.cli "0.2.2"] [com.googlecode.disruptor/disruptor "2.10.1"] [storm/jgrapht "0.8.3"] + [com.google.guava/guava "13.0"] ] :dev-dependencies [ [swank-clojure "1.4.0-SNAPSHOT" :exclusions [org.clojure/clojure]]