Skip to content

Commit

Permalink
build: add missing build-time dependency for java 9+ compatibility (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilliams-ocient authored Feb 5, 2024
1 parent c2acc26 commit 4725e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{:extra-deps {metabase/metabase-core {:local/root "metabase"}
metabase/build-drivers {:local/root "metabase/bin/build-drivers"
;; for whatever reason, the athena JDBC driver gets pulled in??
:exclusions [com.metabase/athena-jdbc]}}
:exclusions [com.metabase/athena-jdbc]}
javax.activation/javax.activation-api {:mvn/version "1.2.0"}}
:exec-fn build-drivers.build-driver/build-driver!
:exec-args {:driver :ocient
:extra-paths ["src" "resources"]
Expand Down

0 comments on commit 4725e8f

Please sign in to comment.