You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDK14 JPMS problem - module colesico.armario.mailer reads package org.simplejavamail.internal.modules from both org.simplejavamail.core and org.simplejavamail
#265
Open
colesico opened this issue
May 6, 2020
· 4 comments
Hi, here is my pom part:
module-info:
and app code:
when try to compile application an error occurred:
module 'bla bla' reads package org.simplejavamail.internal.modules from both org.simplejavamail.core and org.simplejavamail
If remove (1) 'requires org.simplejavamail.core;' or (2) 'requires org.simplejavamail;' from module-info another error occuring:
for (1): package org.simplejavamail.api.email is not visible
for (2) package org.simplejavamail.mailer is not visible
It seams something wrong with the package exporting in simplejavamail jpms modules
The text was updated successfully, but these errors were encountered: