Skip to content
Snippets Groups Projects
Commit b2a4918a authored by Ryan Senior's avatar Ryan Senior
Browse files

Switch to the redshift depndency that doesn't embed the Amazon SDK [ci drivers]

The Redshift dependency used previously vendors quite a few
dependencies that we already include in Metabase. By using the
non-embedded Redshift dependency, we can cut about 8 MB in duplicate
JARs and classes.

The embedded Amazon SDK dependency also manipulates the classloader in
a way that triggers warnings on Java 9. This also avoids those warnings.
parent 7bcbbe78
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@
[clj-time "0.13.0"] ; library for dealing with date/time
[clojurewerkz/quartzite "2.0.0"] ; scheduling library
[colorize "0.1.1" :exclusions [org.clojure/clojure]] ; string output with ANSI color codes (for logging)
[com.amazon.redshift/redshift-jdbc41 "1.2.8.1005"] ; Redshift JDBC driver
[com.amazon.redshift/redshift-jdbc41-no-awssdk ; Redshift JDBC driver without embedded Amazon SDK
"1.2.8.1005"]
[com.cemerick/friend "0.2.3" ; auth library
:exclusions [commons-codec
org.apache.httpcomponents/httpclient
......
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