Fork me on GitHub
#boot
<
2019-08-16
>
juhoteperi06:08:43

@flyboarder Have you taken look at this: https://github.com/boot-clj/boot/issues/745 ? Currently pretty much prevents use of 2.8.3 which is also only version which works with recent nRepl

flyboarder18:08:01

@juhoteperi I just made a commit to master that I believe will fix this, not able to test at the moment tho

flyboarder18:08:24

anyone have a few minutes to build and test master?

juhoteperi19:08:19

@flyboarder Didn' work. But removing wagon-http dependency works.

juhoteperi19:08:03

Pomegranate 1.1.0 uses wagon 3.0.0 so that would be safe version at least

juhoteperi19:08:15

Pomegranate master which has wagon 3.3.2 uses Maven 3.6.0 instead of 3.5.3, so maybe that is required for the new Wagon-http? I couldn't find proper changelogs for the projects so hard to say.

juhoteperi19:08:31

Yes, but that is unreleased

flyboarder19:08:52

oh really? I thought that version was available already?

juhoteperi19:08:46

Anyway, I think we don't need the direct dependency on wagon-http as it is already dep of pomegranate

flyboarder19:08:58

agreed, Im not sure why we were explicit in the wagon dependency anyway

juhoteperi19:08:11

Looks like at some point Boot wanted to use more recent version than Pomegranate for some features

flyboarder19:08:40

so it looks like I cant push to clojars because of jar size limits

flyboarder19:08:05

we already removed aot to get around this once, but I feel thats a sign of how we are currently building