mirror of
https://github.com/apache/jclouds.git
synced 2025-03-06 16:29:07 +00:00
Issue 223:Work nicely with JAXP 1.4
This commit is contained in:
parent
29f435eafd
commit
69ddfb38ca
@ -125,7 +125,6 @@ public class ParserModule extends AbstractModule {
|
||||
SAXParserFactory factory = SAXParserFactory.newInstance();
|
||||
factory.setNamespaceAware(false);
|
||||
factory.setValidating(false);
|
||||
factory.setXIncludeAware(false);
|
||||
return factory;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user