When I run lein ring uberjar I get the following error:

java.lang.RuntimeException: Unable to resolve symbol: last-modified-date in 
this context, compiling:(ring/util/response.clj:124)

I'm using ring 1.8.2.  Below is my lein deps :tree output.  Any insights 
are appreciated.

 [binaryage/devtools "1.0.2" :scope "test"]
 [clojure-complete "0.2.5" :exclusions [[org.clojure/clojure]]]
 [nrepl "0.6.0" :exclusions [[org.clojure/clojure]]]
 [robotfx "0.1.0-SNAPSHOT" :exclusions [[nrepl]]]
   [cgore/ring-middleware-format "0.7.6" :exclusions 
[[com.google.guava/guava] [org.clojure/core.memoize] [com.ibm.icu/icu4j] 
[com.fasterxml.jackson.core/jackson-core] [cheshire]]]
     [clj-yaml "0.4.0"]
       [org.yaml/snakeyaml "1.5"]
     [clojure-msgpack "1.1.1"]
   [clj-commons/secretary "1.2.4"]
     [com.cemerick/clojurescript.test "0.2.3-20140317.141743-3"]
   [clj-time "0.15.2"]
     [joda-time "2.10"]
   [com.datomic/datomic-pro "0.9.5951" :exclusions [[commons-codec] 
[com.google.guava/guava]]]
     [com.datomic/client-api "0.8.35"]
     [com.datomic/datomic-lucene-core "3.3.0"]
     [com.datomic/query-support "0.8.16"]
     [com.h2database/h2 "1.3.171"]
     [commons-collections "3.2.2"]
     [io.netty/netty-all "4.1.32.Final"]
     [net.spy/spymemcached "2.11.4"]
     [org.apache.activemq/artemis-core-client "1.5.6" :exclusions 
[[org.jgroups/jgroups] [commons-logging]]]
       [org.apache.activemq/artemis-commons "1.5.6"]
         [commons-beanutils "1.9.2"]
       [org.apache.geronimo.specs/geronimo-json_1.0_spec "1.0-alpha-1"]
       [org.apache.johnzon/johnzon-core "0.9.5"]
     [org.apache.httpcomponents/httpclient "4.5.6" :exclusions 
[[commons-logging]]]
       [org.apache.httpcomponents/httpcore "4.4.10"]
     [org.apache.tomcat/tomcat-jdbc "7.0.27" :exclusions 
[[commons-logging]]]
       [org.apache.tomcat/tomcat-juli "7.0.27"]
     [org.codehaus.janino/commons-compiler-jdk "3.0.12"]
       [org.codehaus.janino/commons-compiler "3.0.12"]
     [org.fressian/fressian "0.6.5"]
     [org.slf4j/jcl-over-slf4j "1.7.22"]
     [org.slf4j/jul-to-slf4j "1.7.22"]
       [org.slf4j/slf4j-api "1.7.22"]
     [org.slf4j/log4j-over-slf4j "1.7.22" :scope "runtime"]
     [org.slf4j/slf4j-nop "1.7.22"]
   [com.draines/postal "2.0.2" :exclusions [[commons-codec]]]
     [com.sun.mail/javax.mail "1.5.5"]
       [javax.activation/activation "1.1"]
     [javax.mail/javax.mail-api "1.5.5"]
   [compojure "1.6.2"]
     [clout "2.2.1"]
       [instaparse "1.4.8" :exclusions [[org.clojure/clojure]]]
     [medley "1.3.0"]
     [org.clojure/tools.macro "0.1.5"]
     [ring/ring-codec "1.1.2"]
       [commons-codec "1.11"]
   [day8.re-frame/http-fx "v0.2.0"]
     [cljs-ajax "0.8.0"]
       [cheshire "5.7.1"]
         [com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.8.6"]
         [com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.8.6"]
         [tigris "0.1.1"]
       [org.apache.httpcomponents/httpasyncclient "4.1.3"]
         [commons-logging "1.2"]
         [org.apache.httpcomponents/httpcore-nio "4.4.6"]
   [digest "1.4.9"]
   [environ "1.1.0"]
   [org.clojure/core.async "1.3.610"]
     [org.clojure/tools.analyzer.jvm "1.1.0"]
       [org.clojure/core.memoize "1.0.236"]
         [org.clojure/core.cache "1.0.207"]
           [org.clojure/data.priority-map "1.0.0"]
       [org.clojure/tools.analyzer "1.0.0"]
   [org.postgresql/postgresql "9.3-1102-jdbc41"]
   [re-frame "1.1.2"]
     [net.cgrand/macrovich "0.2.1"]
     [org.clojure/tools.logging "0.4.1"]
     [reagent "0.10.0"]
       [cljsjs/react-dom-server "16.13.0-0"]
       [cljsjs/react-dom "16.13.0-0"]
       [cljsjs/react "16.13.0-0"]
   [ring-cors "0.1.12"]
   [ring/ring-defaults "0.3.2"]
     [javax.servlet/javax.servlet-api "3.1.0"]
     [ring/ring-anti-forgery "1.3.0"]
     [ring/ring-headers "0.3.0"]
     [ring/ring-ssl "0.3.0"]
   [ring "1.8.2"]
     [ring/ring-core "1.8.2"]
       [commons-fileupload "1.4"]
       [commons-io "2.6"]
       [crypto-equality "1.0.0"]
       [crypto-random "1.2.0"]
     [ring/ring-devel "1.8.2"]
       [clj-stacktrace "0.2.8"]
       [ns-tracker "0.4.0"]
         [org.clojure/java.classpath "0.3.0"]
         [org.clojure/tools.namespace "0.2.11"]
     [ring/ring-jetty-adapter "1.8.2"]
       [org.eclipse.jetty/jetty-server "9.4.31.v20200723"]
         [org.eclipse.jetty/jetty-http "9.4.31.v20200723"]
           [org.eclipse.jetty/jetty-util "9.4.31.v20200723"]
         [org.eclipse.jetty/jetty-io "9.4.31.v20200723"]
     [ring/ring-servlet "1.8.2"]
   [thheller/shadow-cljs "2.11.7" :exclusions [[nrepl] 
[com.google.code.findbugs/jsr305] [commons-codec]]]
     [cider/piggieback "0.5.0" :exclusions [[org.clojure/clojure] 
[org.clojure/clojurescript] [nrepl]]]
       [javax.xml.bind/jaxb-api "2.3.1"]
         [javax.activation/javax.activation-api "1.2.0"]
     [com.bhauman/cljs-test-display "0.1.1"]
     [com.cognitect/transit-clj "1.0.324"]
       [com.cognitect/transit-java "1.0.343"]
         [com.fasterxml.jackson.core/jackson-core "2.8.7"]
         [org.msgpack/msgpack "0.6.12"]
           [com.googlecode.json-simple/json-simple "1.1.1" :exclusions 
[[junit]]]
           [org.javassist/javassist "3.18.1-GA"]
     [com.cognitect/transit-cljs "0.8.264"]
       [com.cognitect/transit-js "0.8.861"]
     [com.google.javascript/closure-compiler-unshaded "v20200830"]
       [args4j "2.0.26"]
       [com.google.code.gson/gson "2.7"]
       [com.google.elemental2/elemental2-core "1.0.0-RC1"]
       [com.google.errorprone/error_prone_annotations "2.3.1"]
       [com.google.guava/guava "25.1-jre"]
         [com.google.j2objc/j2objc-annotations "1.1"]
         [org.checkerframework/checker-qual "2.0.0"]
         [org.codehaus.mojo/animal-sniffer-annotations "1.14"]
       [com.google.javascript/closure-compiler-externs "v20200830"]
       [com.google.jsinterop/base "1.0.0"]
       [com.google.jsinterop/jsinterop-annotations "1.0.2"]
       [com.google.protobuf/protobuf-java "3.11.1"]
       [com.google.re2j/re2j "1.3"]
     [com.wsscode/pathom "2.2.31" :exclusions [[org.clojure/data.json] 
[fulcrologic/fulcro] [camel-snake-kebab]]]
       [com.wsscode/spec-inspec "1.0.0-alpha2"]
       [edn-query-language/eql "0.0.9"]
       [spec-coerce "1.0.0-alpha6"]
     [expound "0.8.5"]
     [fipp "0.6.23"]
       [org.clojure/core.rrb-vector "0.1.1"]
     [hawk "0.2.11"]
       [net.incongru.watchservice/barbary-watchservice "1.0"]
         [net.java.dev.jna/jna "3.2.2"]
     [hiccup "1.0.5"]
     [io.undertow/undertow-core "2.1.3.Final"]
       [org.jboss.logging/jboss-logging "3.4.1.Final"]
       [org.jboss.threads/jboss-threads "3.1.0.Final" :exclusions 
[[org.wildfly.common/wildfly-common]]]
       [org.jboss.xnio/xnio-api "3.8.0.Final" :exclusions 
[[org.jboss.threads/jboss-threads]]]
         [org.wildfly.client/wildfly-client-config "1.0.1.Final"]
         [org.wildfly.common/wildfly-common "1.5.2.Final"]
       [org.jboss.xnio/xnio-nio "3.8.0.Final" :scope "runtime" :exclusions 
[[org.wildfly.common/wildfly-common]]]
     [org.clojure/clojure "1.10.1"]
       [org.clojure/core.specs.alpha "0.2.44"]
       [org.clojure/spec.alpha "0.2.176"]
     [org.clojure/clojurescript "1.10.773" :exclusions 
[[com.google.javascript/closure-compiler-unshaded] 
[org.clojure/google-closure-library] 
[org.clojure/google-closure-library-third-party]]]
     [org.clojure/data.json "1.0.0"]
     [org.clojure/google-closure-library-third-party 
"0.0-20191016-6ae1f72f"]
     [org.clojure/google-closure-library "0.0-20191016-6ae1f72f"]
     [org.clojure/test.check "1.1.0"]
     [org.clojure/tools.cli "1.0.194"]
     [org.clojure/tools.reader "1.3.3"]
     [org.graalvm.js/js-scriptengine "20.1.0"]
     [org.graalvm.js/js "20.1.0"]
       [com.ibm.icu/icu4j "66.1"]
       [org.graalvm.regex/regex "20.1.0"]
       [org.graalvm.sdk/graal-sdk "20.1.0"]
       [org.graalvm.truffle/truffle-api "20.1.0"]
       [org.ow2.asm/asm-analysis "7.1"]
       [org.ow2.asm/asm-commons "7.1"]
       [org.ow2.asm/asm-tree "7.1"]
       [org.ow2.asm/asm-util "7.1"]
       [org.ow2.asm/asm "7.1"]
     [thheller/shadow-client "1.3.3"]
     [thheller/shadow-cljsjs "0.0.21"]
     [thheller/shadow-util "0.7.0"]

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/09648365-0ae8-40fa-b9ba-562c7a1c29b3n%40googlegroups.com.

Reply via email to