From ac19264b83f54790adc82305c81365953ac17152 Mon Sep 17 00:00:00 2001 From: Aaron Groom Date: Tue, 2 Apr 2019 15:29:12 -0400 Subject: [PATCH] Remove unused compojure dependencies from frontend examples These don't appear to be needed and might cause users to introduce dependencies into their projects if they use as templates in their own projects. --- examples/frontend-auth/project.clj | 1 - examples/frontend-controllers/project.clj | 1 - examples/frontend/project.clj | 1 - 3 files changed, 3 deletions(-) diff --git a/examples/frontend-auth/project.clj b/examples/frontend-auth/project.clj index 36dfd825..01e2786a 100644 --- a/examples/frontend-auth/project.clj +++ b/examples/frontend-auth/project.clj @@ -8,7 +8,6 @@ [ring-server "0.5.0"] [reagent "0.8.1"] [ring "1.7.1"] - [compojure "1.6.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.439"] [metosin/reitit "0.3.1"] diff --git a/examples/frontend-controllers/project.clj b/examples/frontend-controllers/project.clj index 36dfd825..01e2786a 100644 --- a/examples/frontend-controllers/project.clj +++ b/examples/frontend-controllers/project.clj @@ -8,7 +8,6 @@ [ring-server "0.5.0"] [reagent "0.8.1"] [ring "1.7.1"] - [compojure "1.6.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.439"] [metosin/reitit "0.3.1"] diff --git a/examples/frontend/project.clj b/examples/frontend/project.clj index 9c953eb2..38145bf3 100644 --- a/examples/frontend/project.clj +++ b/examples/frontend/project.clj @@ -8,7 +8,6 @@ [ring-server "0.5.0"] [reagent "0.8.1"] [ring "1.7.1"] - [compojure "1.6.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.439"] [metosin/reitit "0.3.1"]