Skip to content

Commit

Permalink
update boot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
burn2delete committed Apr 12, 2019
1 parent 9cd53ac commit 55e4b55
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
5 changes: 3 additions & 2 deletions boot/aether/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
:repositories [["clojars" {:url "https://clojars.org/repo" :creds :gpg :sign-releases false}]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-ancient "0.6.15"]]
:dependencies [[org.clojure/clojure "1.6.0" :scope "compile"]
[boot/base ~version :scope "provided"]
[boot/pod ~version :scope "compile"]
[com.cemerick/pomegranate "1.0.0" :scope "compile"]
[org.apache.maven.wagon/wagon-http "2.12" :scope "compile"
[com.cemerick/pomegranate "1.1.0" :scope "compile"]
[org.apache.maven.wagon/wagon-http "3.3.2" :scope "compile"
:exclusions [org.apache.maven.wagon/wagon-provider-api]]])
8 changes: 4 additions & 4 deletions boot/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:repositories [["clojars" {:url "https://clojars.org/repo" :creds :gpg :sign-releases false}]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[boot/base ~version :scope "provided"]
[boot/pod ~version :scope "compile"]])

:plugins [[lein-ancient "0.6.15"]]
:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[boot/base ~version :scope "provided"]
[boot/pod ~version :scope "compile"]])
9 changes: 5 additions & 4 deletions boot/pod/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
["sonatype-snaps" {:url "https://oss.sonatype.org/content/repositories/snapshots"}]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[boot/base ~version :scope "provided"]
[org.clojure/clojure "1.6.0" :scope "provided"]
[org.tcrawley/dynapath "1.0.0" :scope "compile"]
[org.projectodd.shimdandy/shimdandy-impl "1.2.0" :scope "compile"]])
:plugins [[lein-ancient "0.6.15"]]
:dependencies [[boot/base ~version :scope "provided"]
[org.clojure/clojure "1.6.0" :scope "provided"]
[org.tcrawley/dynapath "1.0.0" :scope "compile"]
[org.projectodd.shimdandy/shimdandy-impl "1.2.1" :scope "compile"]])
13 changes: 7 additions & 6 deletions boot/worker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:java-source-paths ["third_party/barbarywatchservice/src"]
:javac-options ["-target" "1.8" "-source" "1.8"]
:plugins [[lein-ancient "0.6.15"]]
:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[boot/base ~version :scope "provided"]
[boot/aether ~version]
;; Suppress warnings from SLF4J via pomegranate via aether
[org.slf4j/slf4j-nop "1.7.22"]
[org.slf4j/slf4j-nop "1.7.26"]
;; see https://github.com/boot-clj/boot/issues/82
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[mvxcvi/puget "1.0.1"]
[mvxcvi/puget "1.1.2"]
[reply "0.4.3"]
[cheshire "5.6.0"]
[clj-jgit "0.8.0"]
[cheshire "5.8.1"]
[clj-jgit "0.8.10"]
[clj-yaml "0.4.0"]
[javazoom/jlayer "1.0.1"]
[net.java.dev.jna/jna "4.1.0"]
[net.java.dev.jna/jna "5.2.0"]
[alandipert/desiderata "1.0.2"]
[org.clojure/data.xml "0.0.8"]
[org.clojure/data.zip "0.1.1"]
[org.clojure/data.zip "0.1.3"]
[org.clojure/tools.namespace "0.2.11"]])

0 comments on commit 55e4b55

Please sign in to comment.