Skip to content

Commit

Permalink
Make contrib a dev dependency for session tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Nov 1, 2010
1 parent 1380a76 commit 690bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ring-core/project.clj
Expand Up @@ -2,8 +2,8 @@
:description "Ring core libraries." :description "Ring core libraries."
:url "http://github.com/mmcgrana/ring" :url "http://github.com/mmcgrana/ring"
:dependencies [[org.clojure/clojure "1.2.0"] :dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[commons-codec "1.4"] [commons-codec "1.4"]
[commons-io "1.4"] [commons-io "1.4"]
[commons-fileupload "1.2.1"] [commons-fileupload "1.2.1"]
[javax.servlet/servlet-api "2.5"]]) [javax.servlet/servlet-api "2.5"]]
:dev-dependencies [[org.clojure/clojure-contrib "1.2.0"]])

0 comments on commit 690bc63

Please sign in to comment.