Skip to content

Commit

Permalink
Moved hadoop-core from dev dependencies back to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Dec 3, 2010
1 parent 21ead7f commit d481e7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
:url "http://opensource.org/licenses/eclipse-1.0.php"
:distribution "repo"
:comments "Same license as Clojure"}
:dependencies [[org.clojure/clojure "1.2.0"]
:dependencies [[org.apache.hadoop/hadoop-core "0.20.2"]
[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[log4j/log4j "1.2.16"]]
:dev-dependencies [[swank-clojure "1.2.1"]
[org.apache.hadoop/hadoop-core "0.20.2"]]
:dev-dependencies [[swank-clojure "1.2.1"]]
:aot [clojure-hadoop.config
clojure-hadoop.defjob
clojure-hadoop.gen
Expand All @@ -18,5 +18,5 @@
clojure-hadoop.load
clojure-hadoop.wrap
;; TODO: Remove them? Only needed for the tests.
clojure-hadoop.examples.wordcount1
clojure-hadoop.examples.wordcount1
clojure-hadoop.examples.wordcount2])

0 comments on commit d481e7d

Please sign in to comment.