Skip to content

Project does not build in Eclipse #97

@hansjorg

Description

@hansjorg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions