File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
:url " https://github.com/hugoduncan/clj-ssh"
6
6
:license {:name " Eclipse Public License"
7
7
:url " http://www.eclipse.org/legal/epl-v10.html" }
8
- :dependencies [[org.clojure/clojure " 1.4.0" ]
9
- [org.clojure/tools.logging " 0.2.6"
8
+ :dependencies [[org.clojure/tools.logging " 0.2.6"
10
9
:exclusions [org.clojure/clojure]]
11
10
[com.jcraft/jsch.agentproxy.usocket-jna ~agentproxy-version]
12
11
[com.jcraft/jsch.agentproxy.usocket-nc ~agentproxy-version]
15
14
[com.jcraft/jsch.agentproxy.core ~agentproxy-version]
16
15
[com.jcraft/jsch.agentproxy.jsch ~agentproxy-version]
17
16
[com.jcraft/jsch " 0.1.53" ]]
18
- :jvm-opts [" -Djava.awt.headless=true" ])
17
+ :jvm-opts [" -Djava.awt.headless=true" ]
18
+ :profiles {:provided {:dependencies [[org.clojure/clojure " 1.4.0" ]]}})
You can’t perform that action at this time.
0 commit comments