Fork me on GitHub
#leiningen
<
2017-06-29
>
Pablo Fernandez03:06:02

I don't want to disable the protection.

paulbutcher08:06:06

Can anyone offer any help working around a dependency clash in a Leiningen plugin? I’m trying to use Amazonica within a Leiningen plugin and struggling with what I believe to be a clash between the version of jacksonxml used by Leiningen and that used by Amazonica.

paulbutcher08:06:36

I thought that I could work around this by setting :eval-in-leiningen false but I seem to have been mistaken.

paulbutcher08:06:46

I would be very grateful for any suggestions or pointers.

danielcompton08:06:48

Yeah this is brutal

danielcompton08:06:02

@paulbutcher leiningen on master doesn't use cheshire -> jackson anymore, so if you built and ran that version you would probably be fine

paulbutcher09:06:04

Ah - that’s good to know. This is a plugin that I’ll hopefully be releasing for others to use - do you know when this will be released (so I don’t have to tell everyone to use master)?

danielcompton09:06:18

Coming before the end of the year probably, but not sure further than that

paulbutcher09:06:08

Cool. Thanks.