meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

Fixed Orianna JPMS compatibility #124

Closed HarmfulBreeze closed 4 years ago

HarmfulBreeze commented 4 years ago

Was discussed a little on Discord. Defining Orianna's module name and updating the Jackson dependency will fix issues related to JPMS.

pom.xml: set Automatic-Module-Name in JAR manifests to groupId, Automatic-Module-Name is now set to com.merakianalytics.orianna

pom.xml: bumped Jackson from 2.10.0.pr1 to 2.12.0: fixes incompatibility with the new Joda-Time module name (org.joda.time vs joda.time)