Skip to content

Commit

Permalink
removing lancet dependency in project.clj + adding jetty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arusarka committed Apr 11, 2011
1 parent 916d8e6 commit 16dbe60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project.clj
Expand Up @@ -10,7 +10,11 @@
"0.9.94"]
[hsqldb
"1.8.0.10"]
[lancet
"1.0.0"]]
[org.apache.ant/ant
"1.7.1"]
[org.apache.ant/ant-nodeps
"1.7.1"]
[org.mortbay.jetty/jetty
"6.1.14"]]
:dev-dependencies [[org.clojars.rayne/autodoc "0.8.0-SNAPSHOT"]
[swank-clojure "1.3.0"]])

0 comments on commit 16dbe60

Please sign in to comment.