Skip to content

Commit

Permalink
Remove extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devn committed Apr 5, 2012
1 parent 29f1840 commit efd356a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project.clj
Expand Up @@ -2,10 +2,5 @@
:description "Nokogiri for Clojure"
:dependencies [[org.clojure/clojure "1.4.0-master-SNAPSHOT"]
[net.sourceforge.htmlunit/htmlunit "2.9"]
[se.fishtank/css-selectors "1.0.2"]
;; [nekohtml/nekohtml "1.9.6.2"]
;; [nekohtml/nekodtd "0.1.11"]
;; [isorelax/isorelax "20030108"]
;; [org.apache.camel/camel-jing "2.9.0"]
]
[se.fishtank/css-selectors "1.0.2"]]
:dev-dependencies [[midje "1.3.1"]])

0 comments on commit efd356a

Please sign in to comment.