代码拉取完成,页面将自动刷新
(defproject clj-http "4.0.0-SNAPSHOT"
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
:url "https://github.com/dakrone/clj-http/"
:license {:name "The MIT License"
:url "http://opensource.org/licenses/mit-license.php"
:distribution :repo}
:global-vars {*warn-on-reflection* false}
:min-lein-version "2.0.0"
:exclusions [org.clojure/clojure]
:dependencies [[org.apache.httpcomponents.core5/httpcore5 "5.0-beta2"]
[org.apache.httpcomponents.client5/httpclient5 "5.0-beta1"]
[org.apache.httpcomponents.client5/httpclient5-cache "5.0-beta1"]
[org.apache.httpcomponents/httpmime "4.5.5" :exclusions
[org.apache.httpcomponents/httpclient]]
[commons-codec "1.11"]
[commons-io "2.6"]
[potemkin "0.4.5"]]
:resource-paths ["resources"]
:profiles {:dev {:dependencies [;; optional deps
[cheshire "5.8.0"]
[crouton "0.1.2" :exclusions [[org.jsoup/jsoup]]]
[org.jsoup/jsoup "1.11.3"]
[org.clojure/tools.reader "1.2.2"]
[com.cognitect/transit-clj "0.8.309"]
[ring/ring-codec "1.1.1"]
;; other (testing) deps
[org.clojure/clojure "1.9.0"]
[org.clojure/tools.logging "0.4.0"]
[ring/ring-jetty-adapter "1.6.3"
:exclusions [[org.eclipse.jetty/jetty-server]]]
[org.eclipse.jetty/jetty-server "9.4.9.v20180320"]
[ring/ring-devel "1.6.3"]
;; caching example deps
[org.clojure/core.cache "0.7.1"]
;; logging
[org.apache.logging.log4j/log4j-api "2.11.0"]
[org.apache.logging.log4j/log4j-core "2.11.0"]
[org.apache.logging.log4j/log4j-1.2-api "2.11.0"]]
:plugins [[lein-ancient "0.6.15"]
[jonase/eastwood "0.2.5"]
[lein-kibit "0.1.5"]
[lein-nvd "0.5.2"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}}
:aliases {"all" ["with-profile" "dev,1.7:dev,1.8:dev"]}
:plugins [[codox "0.6.4"]]
:test-selectors {:default #(not (:integration %))
:integration :integration
:all (constantly true)})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。