mirror of
https://github.com/ebean-orm/ebean.git
synced 2026-09-20 03:16:42 +00:00
#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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user