forked from loafle/openapi-generator-original
* Updates http-client dependency to one that correctly handles certificates This is important as amazon AWS gateway and several other types of certificates will not work correctly due to the old java library used by the 2.0.0 version of http-client. * Runs the petstore updates switch for clojure * Runs the petstore updates switch for clojure
9 lines
430 B
Plaintext
9 lines
430 B
Plaintext
{{=< >=}}(defproject <&projectName> "<&projectVersion>"
|
|
:description "<&projectDescription>"<#projectUrl>
|
|
:url "<&projectUrl>"</projectUrl><#projectLicenseName>
|
|
:license {:name "<&projectLicenseName>"<#projectLicenseUrl>
|
|
:url "<&projectLicenseUrl>"</projectLicenseUrl>}</projectLicenseName>
|
|
:dependencies [[org.clojure/clojure "1.7.0"]
|
|
[clj-http "3.6.0"]
|
|
[cheshire "5.5.0"]])
|