ring

kari 2019-05-11T17:16:24.121800Z

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

seancorfield 2019-05-11T18:51:01.122500Z

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.

seancorfield 2019-05-11T18:51:36.123100Z

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

kari 2019-05-11T20:07:35.124Z

Thanks @seancorfield ! I try it tomorrow!

kari 2019-05-12T08:06:15.124100Z

It worked. @seancorfield: thanks for your help!