#2076 - Remove JAXB as dependency of ebean-api

- Move JAXB detection to ebean-ddlgen
- JAXB as test dependency of ebean-core
This commit is contained in:
rob bygrave
2020-10-12 16:10:07 +13:00
parent 050a3e2368
commit c783f26340
7 changed files with 26 additions and 30 deletions
@@ -216,10 +216,6 @@ public class InternalConfiguration {
}
private List<XmapEbean> readExternalMapping() {
//TODO: Remove the isJavaxJAXBPresent() check once this is external module
if (!config.getClassLoadConfig().isJavaxJAXBPresent()) {
return Collections.emptyList();
}
final XmapService xmapService = config.service(XmapService.class);
if (xmapService == null) {
return Collections.emptyList();