Closed HarmfulBreeze closed 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
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)
org.joda.time
joda.time
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
vsjoda.time
)