mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
8 lines
407 B
Clojure
8 lines
407 B
Clojure
(defproject open-api-petstore "1.0.0"
|
|
:description "This is a sample server Petstore server. For this sample, you can use the api key \"special-key\" to test the authorization filters"
|
|
:license {:name "Apache-2.0"
|
|
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
|
|
:dependencies [[org.clojure/clojure "1.7.0"]
|
|
[clj-http "3.6.0"]
|
|
[cheshire "5.5.0"]])
|