File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
:description " Library for using SSH from clojure."
3
3
:url " https://github.com/hugoduncan/clj-ssh"
4
4
:dependencies [[org.clojure/clojure " 1.2.1" ]
5
- [org.clojure/tools.logging " 0.1.2" ]
5
+ [org.clojure/tools.logging " 0.1.2"
6
+ :exclusions [org.clojure/clojure]]
6
7
[jsch-agent-proxy " 0.0.4" ]
7
8
[jsch-agent-proxy/jsch-agent-proxy-jna " 0.0.4"
8
9
:exclusions [com.jcraft/jsch-agent-proxy]]
9
- [slingshot " 0.10.2" ]
10
+ [slingshot " 0.10.2"
11
+ :exclusions [org.clojure/clojure]]
10
12
[com.jcraft/jsch " 0.1.48" ]]
11
- :dev-dependencies [[org.slf4j/slf4j-api " 1.6.1" ]
12
- [ch.qos.logback/logback-core " 1.0.0" ]
13
- [ch.qos.logback/logback-classic " 1.0.0" ]]
14
- :profiles {:dev {:dependencies [[org.slf4j/slf4j-api " 1.6.1" ]
15
- [ch.qos.logback/logback-core " 1.0.0" ]
16
- [ch.qos.logback/logback-classic " 1.0.0" ]
17
- [codox-md " 0.1.0" ]]}}
13
+ :dev-dependencies [[ch.qos.logback/logback-classic " 1.0.0" ]]
14
+ :profiles {:dev {:dependencies [[ch.qos.logback/logback-classic " 1.0.0" ]
15
+ [codox-md " 0.1.0"
16
+ :exclusions [org.clojure/clojure]]]}}
18
17
:multi-deps {" slingshot-0.10.1" [[slingshot " 0.10.1" ]
19
18
[org.clojure/clojure " 1.2.1" ]]
20
19
" clojure-1.2.1" [[slingshot " 0.10.1" ]
You can’t perform that action at this time.
0 commit comments