Fork me on GitHub
#ring
<
2019-05-11
>
Kari Marttila17:05:24

Is it possible to use Cognitect's AWS library with Ring? I reported one dependency issue when using both libraries in #aws channel.

seancorfield18:05:01

It should be possible. You'll need to specify the version of Jetty directly in your dependencies so it overrides the default version in those two other libraries.

seancorfield18:05:36

If the AWS library doesn't work with Jetty 9.4.x, specify 9.3.x and Ring should still work with that.

Kari Marttila20:05:35

Thanks @seancorfield ! I try it tomorrow!

Kari Marttila08:05:15

It worked. @seancorfield: thanks for your help!