Skip to content
Snippets Groups Projects
Commit b809fb4e authored by Cam Saül's avatar Cam Saül
Browse files

metabase.throttle -> throttle.core :yum:

parent 8103f7c8
Branches
Tags
No related merge requests found
......@@ -48,8 +48,7 @@
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[medley "0.7.2"] ; lightweight lib of useful functions
[medley "0.7.1"] ; lightweight lib of useful functions
[metabase/throttle "1.0.0"] ; Tools for throttling access to API endpoints and other code pathways
[metabase/throttle "1.0.1"] ; Tools for throttling access to API endpoints and other code pathways
[mysql/mysql-connector-java "5.1.38"] ; MySQL JDBC driver
[net.sf.cssbox/cssbox "4.10"
:exclusions [org.slf4j/slf4j-api]]
......
......@@ -5,6 +5,7 @@
[compojure.core :refer [defroutes GET POST DELETE]]
[hiccup.core :refer [html]]
[korma.core :as k]
[throttle.core :as throttle]
[metabase.api.common :refer :all]
[metabase.db :refer :all]
[metabase.email.messages :as email]
......@@ -12,7 +13,6 @@
(metabase.models [user :refer [User set-user-password set-user-password-reset-token]]
[session :refer [Session]]
[setting :as setting])
[metabase.throttle :as throttle]
[metabase.util.password :as pass]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment