mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
We don't need to depend on JAXB's compiler (XJC) in our modules, we just need the dependency in specific tasks during the build. In particular we don't want users to transitively depend on XJC. Also, we don't need an explicit dependency to JAXB in every module, having one in hibernate-core is enough.