Skip to content

Commit

Permalink
do not improt the whole AWS API
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Nov 11, 2019
1 parent a42be87 commit 790c898
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
:maintainer {:name "Mathieu Corbin"
:website "https://meuse.mcorbin.fr"}
:dependencies [[aleph "0.4.7-alpha5"]
[amazonica "0.3.139"]
[amazonica "0.3.139"
:exclusions
[com.amazonaws/aws-java-sdk
com.amazonaws/amazon-kinesis-client]]

[com.amazonaws/aws-java-sdk-core "1.11.495"]
[com.amazonaws/aws-java-sdk-s3 "1.11.495"]
[bidi "2.1.6"]
[cc.qbits/ex "0.1.3"]
[cheshire "5.9.0"]
Expand Down

0 comments on commit 790c898

Please sign in to comment.