Is it possible to use Cognitect's AWS library with Ring? I reported one dependency issue when using both libraries in #aws channel.
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.
If the AWS library doesn't work with Jetty 9.4.x, specify 9.3.x and Ring should still work with that.
Thanks @seancorfield ! I try it tomorrow!
It worked. @seancorfield: thanks for your help!