Skip to content

Commit

Permalink
Remove pedestal.service exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 23, 2024
1 parent 2cd3e39 commit 3a8d4ca
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,8 @@
:extra-deps {org.clojure/clojure {:mvn/version "1.10.2"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
;; pedestal.service
io.pedestal/pedestal.service
{:mvn/version "0.6.3"
:exclusions [org.msgpack/msgpack
cheshire/cheshire
ring/ring-core]}
cheshire/cheshire {:mvn/version "5.12.0"}
ring/ring-core {:mvn/version "1.10.0"}
;; pedestal.jetty
io.pedestal/pedestal.jetty
{:mvn/version "0.6.3"}}}
io.pedestal/pedestal.service {:mvn/version "0.6.3"}
io.pedestal/pedestal.jetty {:mvn/version "0.6.3"}}}
:dev
{:extra-paths ["src/dev"]
:extra-deps {org.clojure/clojure {:mvn/version "1.10.2"}
Expand Down

0 comments on commit 3a8d4ca

Please sign in to comment.