Permalink
Browse files
Make contrib a dev dependency for session tests.
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
ring-core/project.clj
|
|
@@ -2,8 +2,8 @@ |
|
|
:description "Ring core libraries."
|
|
|
:url "http://github.com/mmcgrana/ring"
|
|
|
:dependencies [[org.clojure/clojure "1.2.0"]
|
|
|
- [org.clojure/clojure-contrib "1.2.0"]
|
|
|
[commons-codec "1.4"]
|
|
|
[commons-io "1.4"]
|
|
|
[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