mirror of https://github.com/apache/jclouds.git
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…
Reference in New Issue