From e7be0d7a80d30595b506090fc185058dbaf85195 Mon Sep 17 00:00:00 2001 From: Luis Paolini <paoliniluis@gmail.com> Date: Mon, 20 Feb 2023 15:14:59 -0300 Subject: [PATCH] Remove reynes fs dep (#28436) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to @dpsutton is not used anymore. I wasn’t able to find it on the code as well --- deps.edn | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps.edn b/deps.edn index 5a01d3b9a49..12396fa80ea 100644 --- a/deps.edn +++ b/deps.edn @@ -77,8 +77,6 @@ joda-time/joda-time {:mvn/version "2.12.2"} kixi/stats {:mvn/version "0.4.4" ; Various statistic measures implemented as transducers :exclusions [org.clojure/data.avl]} - me.raynes/fs {:mvn/version "1.4.6" ; Filesystem tools - :exclusions [org.apache.commons/commons-compress]} medley/medley {:mvn/version "1.4.0"} ; lightweight lib of useful functions metabase/connection-pool {:mvn/version "1.2.0"} ; simple wrapper around C3P0. JDBC connection pools metabase/saml20-clj {:mvn/version "2.1.0"} ; EE SAML integration -- GitLab