Skip to content
← Radar
35

Dependency Conflict

general · 2 signals · 1 source

Evidence

  • JAXB dependency conflict? — I faced an error using docx4j and probably found, why it happens: javax.xml.bind.JAXBException: JAXB: Can't instantiate JAXB Reference Implementation - with linked exception: [java.lang.ClassNotFoundException: org.docx4j.jaxb.ri.NamespacePrefixMapper] In my project I use docx4j-J

    STACK_OVERFLOW

  • Dependency conflict when including glassfish-embedded dependency — i ran into a dependency conflict, when i try to include the following dependency in my maven pom.xml: <dependency> <groupId>org.glassfish.main.extras</groupId> <artifactId>glassfish-embedded-all</artifactId> <scope>provided</scope> </d

    STACK_OVERFLOW