Skip to content

Commit 772d715

Browse files
committed
Add exclusion for com.jcraft
1 parent 50f13ce commit 772d715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
:dependencies [[org.clojure/clojure "1.2.1"]
55
[org.clojure/tools.logging "0.1.2"]
66
[jsch-agent-proxy "0.0.4"]
7-
[jsch-agent-proxy/jsch-agent-proxy-jna "0.0.4"]
7+
[jsch-agent-proxy/jsch-agent-proxy-jna "0.0.4"
8+
:exclusions [com.jcraft/jsch-agent-proxy]]
89
[slingshot "0.10.2"]
910
[com.jcraft/jsch "0.1.48"]]
1011
:dev-dependencies [[org.slf4j/slf4j-api "1.6.1"]

0 commit comments

Comments
 (0)