I need to use JAXB but cannot use the EDL or CDDL licensed libraries. Is there any solution for this?
I am currently using apache camel (maven dependency) in my project where internally it uses EDL licensed jaxb-core and jaxb-impl but we should not have EDL licensed libraries. Could anyone please help me with it? If I exclude jaxb-core and jaxb-impl in pom.xml, Apache Camel is not able to load its library where it looks like Apache Camel is using these libraries internally while loading camel-dependent libraries.
Thanks in advance.