TECHNOVE / Airplane

A stable, optimized, well supported 1.17.1 Paper fork.
https://airplane.gg
GNU General Public License v3.0
344 stars 99 forks source link

Fix including old snakeyaml in server jar #58

Closed Machine-Maker closed 3 years ago

Machine-Maker commented 3 years ago

So this does fix it for me, unsure if there's a better way. Simply excluding the org.yaml:snakeyaml from the Simple-YAML isn't enough. It still was 1.26 (according to META-INF/maven/org.yaml:snakeyaml/pom.xml). I needed to add an implementation dependnecy on 1.28 (even though it should already have that because the API has that as a dependency).

PaulBGD commented 3 years ago

Hmm that is strange. I think this is the right thing to do, but it'd be nice to not have to manually upgrade our own snakeyaml version.