Skip to content

Commit

Permalink
Bump http maven-wagon, fixes technomancy#1966
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Jan 31, 2017
1 parent e05aa36 commit bbbead3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leiningen-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
[robert/hooke "1.3.0"]
[com.cemerick/pomegranate "0.3.1" :exclusions [org.tcrawley/dynapath]]
[org.tcrawley/dynapath "0.2.5"]
[org.apache.maven.wagon/wagon-http "2.10"]
[org.apache.maven.wagon/wagon-http "2.12"]
[com.hypirion/io "0.3.1"]
[pedantic "0.2.0"]
[org.slf4j/slf4j-nop "1.7.22"] ;; wagon-http started to use slf4j
;; we pull this in transitively but want a newer version
[org.clojure/tools.macro "0.1.5"]]
:scm {:dir ".."}
Expand Down
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:dependencies [[leiningen-core "2.7.2-SNAPSHOT"]
[org.clojure/data.xml "0.0.8"]
[commons-io "2.5"]
[commons-lang "2.6"]
[bultitude "0.2.8"]
[stencil "0.5.0" :exclusions [org.clojure/core.cache]]
[reply "0.3.7" :exclusions [ring/ring-core
Expand Down

0 comments on commit bbbead3

Please sign in to comment.