Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[ring/ring-codec "1.3.0"]
[commons-codec "1.20.0"]
[org.slf4j/slf4j-api "2.0.17"]
[cheshire "5.13.0"]]
[cheshire "5.13.0"]
[ring/ring-core "1.15.3"]]

:dependencies [[cheshire]
[org.openvoxproject/http-client "2.2.2"]]
Expand All @@ -19,7 +20,7 @@

:license {:name "Apache-2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0.txt"}

;; Abort when version ranges or version conflicts are detected in
;; dependencies. Also supports :warn to simply emit warnings.
;; requires lein 2.2.0+.
Expand All @@ -32,8 +33,8 @@
:password :env/CLOJARS_PASSWORD
:sign-releases false}]]

:profiles {:dev {:dependencies [[org.openvoxproject/trapperkeeper-webserver-jetty10 "1.1.0"]
:profiles {:dev {:dependencies [[org.openvoxproject/trapperkeeper-webserver-jetty10 "1.1.2"]
[org.bouncycastle/bcpkix-jdk18on "1.83"]
[org.openvoxproject/kitchensink "3.5.5" :classifier "test" :scope "test"]
[org.openvoxproject/trapperkeeper "4.3.0" :classifier "test" :scope "test"]
[org.openvoxproject/trapperkeeper "4.3.2" :classifier "test" :scope "test"]
[compojure "1.7.2"]]}})