mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +00:00 
			
		
		
		
	* replace http with https. Replace http://central.maven.org with https://repo1.maven.org * replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0 * Force HTTPS for mavenCentral gradle DSL Co-authored-by: Sebastien Rosset <serosset@cisco.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			497 B
		
	
	
	
		
			Clojure
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			497 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 "https://www.apache.org/licenses/LICENSE-2.0.html"}
 | 
						|
  :dependencies [[org.clojure/clojure "1.9.0"]
 | 
						|
                 [metosin/spec-tools "0.7.0"]
 | 
						|
                 [clj-http "3.8.0"]
 | 
						|
                 [orchestra "2017.11.12-1"]
 | 
						|
                 [cheshire "5.8.0"]]) |