Similar to previous question, was surprised to see conflicts related to Java modules and dependencies when building (in Eclipse). Error is -- "The package javax.xml.transform is accessible from more than one module: <unnamed>, java.xml" The underlying issue is most easily described here <https://stackoverflow.com/questions/55571046/eclipse-is-confused-by-imports-accessible-from-more-than-one-module>
e.g. import javax.xml.transform.Transformer; (in OpenSearchController) Is there a solution or known workaround to this? Thanks, Steve -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/1d8594a7-db9a-4447-ac1f-c12362798390n%40googlegroups.com.
