[com.taoensso/nippy"2.14.0"]; Fast serialization (i.e., GZIP) library for Clojure
[compojure"1.6.1":exclusions[ring/ring-codec]]; HTTP Routing library built on Ring
[crypto-random"1.2.0"]; library for generating cryptographically secure random bytes and strings
...
...
@@ -109,7 +109,7 @@
[redux"0.1.4"]; Utility functions for building and composing transducers
[ring/ring-core"1.7.1"]
[ring/ring-jetty-adapter"1.7.1"]; Ring adapter using Jetty webserver (used to run a Ring server for unit tests)
[org.eclipse.jetty/jetty-server"9.4.14.v20181114"]; We require JDK 8 which allows us to run Jetty 9.4, ring-jetty-adapter runs on 1.7 which forces an older version
[org.eclipse.jetty/jetty-server"9.4.15.v20190215"]; We require JDK 8 which allows us to run Jetty 9.4, ring-jetty-adapter runs on 1.7 which forces an older version
[ring/ring-json"0.4.0"]; Ring middleware for reading/writing JSON automatically
[stencil"0.5.0"]; Mustache templates for Clojure
[toucan"1.11.0":exclusions[org.clojure/java.jdbchoneysql]]]; Model layer, hydration, and DB utilities