Skip to content

Commit

Permalink
removes clj-ssh dependency since rolling own using java jsch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWheeler committed Nov 15, 2016
1 parent f0f93c5 commit f65cbce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[org.clojure/core.async "0.2.395"]
[org.clojure/java.jdbc "0.6.2-alpha3"]
[com.microsoft/sqljdbc4 "3.0"]
[clj-ssh "0.5.14"]
[com.jcraft/jsch "0.1.53"]
]
:main airlift.core
Expand Down
2 changes: 0 additions & 2 deletions src/airlift/sftp.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(ns airlift.sftp
(:require
[clj-ssh.ssh :as ssh])
(:import
[com.jcraft.jsch JSch]))

Expand Down

0 comments on commit f65cbce

Please sign in to comment.