-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
When importing Mujina as an existing Maven project into Eclipse 2024-12 (4.34.0), the project is not built properly due to seemingly missing classes.
There will be a lot of errors like Unable to find classes like javax.xml.namespace.QName
due to The package javax.xml.namespace is accessible from more than one module: <unnamed>, java.xml
.
The cause of the problem is that these classes are duplicated, once in the JDK and once in the xml-apis
artifact (which is a transitive dependency of the spring-security-saml2-core
artifact).
By excluding the xml-apis artifact, this issue is resolved.
Metadata
Metadata
Assignees
Labels
No labels