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:43 UTC

[20/50] [abbrv] git commit: project.clj: add test dependencies of the Java code in storm-starter

project.clj: add test dependencies of the Java code in storm-starter


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

Branch: refs/heads/master
Commit: 3b2db7cfa11d9daf6e326202f3909d9d104f95dd
Parents: 4c714d0
Author: Michael G. Noll <mn...@verisign.com>
Authored: Thu Aug 29 12:37:36 2013 +0200
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Thu Aug 29 12:37:36 2013 +0200

----------------------------------------------------------------------
 project.clj | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/3b2db7cf/project.clj
----------------------------------------------------------------------
diff --git a/project.clj b/project.clj
index 5afe4cc..21c31ec 100644
--- a/project.clj
+++ b/project.clj
@@ -15,6 +15,10 @@
 
   :profiles {:dev
               {:dependencies [[storm "0.8.2"]
-                              [org.clojure/clojure "1.4.0"]]}}
+                              [org.clojure/clojure "1.4.0"]
+                              [org.testng/testng "6.8.5"]
+                              [org.easytesting/fest-assert-core "2.0M8"]
+                              [org.mockito/mockito-all "1.9.0"]
+                              [org.jmock/jmock "2.6.0"]]}}
   :min-lein-version "2.0.0"
   )