We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e33c08 commit 08b3e8aCopy full SHA for 08b3e8a
project.clj
@@ -3,5 +3,11 @@
3
:dependencies [[org.clojure/clojure "1.1.0"]
4
[org.clojure/clojure-contrib "1.1.0"]
5
[com.jcraft/jsch "0.1.42"]]
6
- :dev-dependencies [[leiningen/lein-swank "1.1.0"]
7
- [autodoc "0.7.0"]])
+ :dev-dependencies [[swank-clojure "1.2.1"]
+ [autodoc "0.7.0"]
8
+ [log4j/log4j "1.2.14"]]
9
+ :autodoc {:name "clj-ssh"
10
+ :description "Library for using SSH from clojure."
11
+ :copyright "Copyright Hugo Duncan 2010. All rights reserved."
12
+ :web-src-dir "http://github.com/hugoduncan/clj-ssh/blob/"
13
+ :web-home "http://hugoduncan.github.com/clj-ssh/" })
0 commit comments