mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
move all libs metosin/reitit => fi.metosin/reitit
metosin/ is a clojars legacy group, and new modules like fi.metosin/openapi can't be created under it. Let's move everything under fi.metosin
This commit is contained in:
parent
6360fa8ba0
commit
ccc2b5636e
37 changed files with 92 additions and 93 deletions
|
|
@ -2,6 +2,6 @@
|
|||
:description "Reitit Buddy Auth App"
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[ring/ring-jetty-adapter "1.8.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[buddy "2.0.0"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
(defproject frontend-re-frame "0.1.0-SNAPSHOT"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[reagent "0.8.1"]
|
||||
[re-frame "0.10.6"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.8.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.773"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.23"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[aleph "0.4.7-alpha5"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
[funcool/promesa "1.9.0"]
|
||||
[manifold "0.1.8"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
:description "Reitit coercion with vanilla ring"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]])
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[metosin/jsonista "0.2.6"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[metosin/reitit-malli "0.7.0-alpha5"]
|
||||
[metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit-malli "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns server})
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
:description "Reitit Ring App"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
:description "Reitit Ring App with Integrant"
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[integrant "0.7.0"]]
|
||||
:main example.server
|
||||
:repl-options {:init-ns user}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[metosin/jsonista "0.2.6"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[metosin/jsonista "0.2.6"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
:description "Reitit Ring App with Swagger"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
{}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-core "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-core "0.7.0-alpha5"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-dev "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-dev "0.7.0-alpha5"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[com.bhauman/spell-spec]
|
||||
[expound]
|
||||
[fipp]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-frontend "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-frontend "0.7.0-alpha5"
|
||||
:description "Reitit: Clojurescript frontend routing core"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,4 +9,4 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]])
|
||||
:dependencies [[fi.metosin/reitit-core]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-http "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-http "0.7.0-alpha5"
|
||||
:description "Reitit: HTTP routing with interceptors"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
[metosin/reitit-ring]])
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[fi.metosin/reitit-ring]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-interceptors "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-interceptors "0.7.0-alpha5"
|
||||
:description "Reitit, common interceptors bundled"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-ring]
|
||||
:dependencies [[fi.metosin/reitit-ring]
|
||||
[lambdaisland/deep-diff]
|
||||
[metosin/muuntaja]
|
||||
[metosin/spec-tools]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-malli "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-malli "0.7.0-alpha5"
|
||||
:description "Reitit: Malli coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[metosin/malli]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-middleware "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-middleware "0.7.0-alpha5"
|
||||
:description "Reitit, common middleware bundled"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-ring]
|
||||
:dependencies [[fi.metosin/reitit-ring]
|
||||
[lambdaisland/deep-diff]
|
||||
[metosin/muuntaja]
|
||||
[metosin/spec-tools]])
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]])
|
||||
:dependencies [[fi.metosin/reitit-core]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-pedestal "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-pedestal "0.7.0-alpha5"
|
||||
:description "Reitit + Pedestal Integration"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[io.pedestal/pedestal.service]
|
||||
[metosin/reitit-http]])
|
||||
[fi.metosin/reitit-http]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-ring "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-ring "0.7.0-alpha5"
|
||||
:description "Reitit: Ring routing"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[ring/ring-core]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-schema "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-schema "0.7.0-alpha5"
|
||||
:description "Reitit: Plumatic Schema coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[metosin/schema-tools]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-sieppari "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-sieppari "0.7.0-alpha5"
|
||||
:description "Reitit: Sieppari Interceptors"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[metosin/sieppari]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-spec "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-spec "0.7.0-alpha5"
|
||||
:description "Reitit: clojure.spec coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,5 +9,5 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[metosin/spec-tools]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-swagger-ui "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-swagger-ui "0.7.0-alpha5"
|
||||
:description "Reitit: Swagger-ui support"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,6 +9,6 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-ring]
|
||||
:dependencies [[fi.metosin/reitit-ring]
|
||||
[metosin/jsonista]
|
||||
[metosin/ring-swagger-ui]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-swagger "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-swagger "0.7.0-alpha5"
|
||||
:description "Reitit: Swagger-support"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,4 +9,4 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]])
|
||||
:dependencies [[fi.metosin/reitit-core]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit "0.7.0-alpha5"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,20 +9,20 @@
|
|||
:plugins [[lein-parent "0.3.9"]]
|
||||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:dependencies [[metosin/reitit-core]
|
||||
[metosin/reitit-dev]
|
||||
[metosin/reitit-spec]
|
||||
[metosin/reitit-malli]
|
||||
[metosin/reitit-schema]
|
||||
[metosin/reitit-ring]
|
||||
[metosin/reitit-middleware]
|
||||
[metosin/reitit-http]
|
||||
[metosin/reitit-interceptors]
|
||||
[metosin/reitit-swagger]
|
||||
:dependencies [[fi.metosin/reitit-core]
|
||||
[fi.metosin/reitit-dev]
|
||||
[fi.metosin/reitit-spec]
|
||||
[fi.metosin/reitit-malli]
|
||||
[fi.metosin/reitit-schema]
|
||||
[fi.metosin/reitit-ring]
|
||||
[fi.metosin/reitit-middleware]
|
||||
[fi.metosin/reitit-http]
|
||||
[fi.metosin/reitit-interceptors]
|
||||
[fi.metosin/reitit-swagger]
|
||||
[fi.metosin/reitit-openapi]
|
||||
[metosin/reitit-swagger-ui]
|
||||
[metosin/reitit-frontend]
|
||||
[metosin/reitit-sieppari]
|
||||
[fi.metosin/reitit-swagger-ui]
|
||||
[fi.metosin/reitit-frontend]
|
||||
[fi.metosin/reitit-sieppari]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
[com.fasterxml.jackson.core/jackson-core]
|
||||
|
|
|
|||
32
project.clj
32
project.clj
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-parent "0.7.0-alpha5"
|
||||
(defproject fi.metosin/reitit-parent "0.7.0-alpha5"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -15,22 +15,22 @@
|
|||
:url "https://github.com/metosin/reitit"}
|
||||
;; TODO: need to verify that the code actually worked with Java1.8, see #242
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||
:managed-dependencies [[metosin/reitit "0.7.0-alpha5"]
|
||||
[metosin/reitit-core "0.7.0-alpha5"]
|
||||
[metosin/reitit-dev "0.7.0-alpha5"]
|
||||
[metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[metosin/reitit-malli "0.7.0-alpha5"]
|
||||
[metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[metosin/reitit-ring "0.7.0-alpha5"]
|
||||
[metosin/reitit-middleware "0.7.0-alpha5"]
|
||||
[metosin/reitit-http "0.7.0-alpha5"]
|
||||
[metosin/reitit-interceptors "0.7.0-alpha5"]
|
||||
[metosin/reitit-swagger "0.7.0-alpha5"]
|
||||
:managed-dependencies [[fi.metosin/reitit "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-core "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-dev "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-spec "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-malli "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-schema "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-ring "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-middleware "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-http "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-interceptors "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-swagger "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-openapi "0.7.0-alpha5"]
|
||||
[metosin/reitit-swagger-ui "0.7.0-alpha5"]
|
||||
[metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[metosin/reitit-sieppari "0.7.0-alpha5"]
|
||||
[metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-swagger-ui "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-sieppari "0.7.0-alpha5"]
|
||||
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
|
||||
[metosin/ring-swagger-ui "4.18.1"]
|
||||
[metosin/spec-tools "0.10.5"]
|
||||
[metosin/schema-tools "0.13.1"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue