Skip to content
Snippets Groups Projects
Commit 26b89cec authored by Cam Saül's avatar Cam Saül Committed by GitHub
Browse files

Merge pull request #3522 from metabase/fix-compilation-error-message

Fix ClassNotFoundException when building uberjar :wrench:
parents 2d57e9bd 4ba6a3e7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@
[coerce :as coerce]
[format :as time])
colorize.core
[metabase.config :as config])
[metabase.config :as config]
metabase.logger) ; make sure this is loaded since we use clojure.tools.logging here
(:import clojure.lang.Keyword
(java.net Socket
InetSocketAddress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment