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
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: G:\MyMavenRepo\eu\hansolo\Medusa\16.0.0\Medusa-16.0.0.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package eu.hansolo.Medusa not found in module
This is my pom, and it works fine with version 11.7. pom.zip
I needed to change the artifact id to medusa so please try this: <dependency> <groupId>eu.hansolo</groupId> <artifactId>medusa</artifactId> <version>16.0.1</version> </dependency>
Hello,
I am trying to use version 16.0.0 and I get:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: G:\MyMavenRepo\eu\hansolo\Medusa\16.0.0\Medusa-16.0.0.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package eu.hansolo.Medusa not found in module
This is my pom, and it works fine with version 11.7.
pom.zip
Any response will be welcome.
Regards.
The text was updated successfully, but these errors were encountered: