| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-01-17 14:09:15 GMT-0800 |
| Commit | 610a04d3973baab6975e61b76bf81da8c7787103 |
| Parent | c604349 |
| compile "org.apache.shiro:shiro-core:1.2.3" | ||
| - // XSLT 2.0 with EXSLT (http://exslt.org/) | ||
| + // XSLT 2.0 with EXSLT (http://exslt.org/) for XSLT math (e.g., fn:abs) | ||
| compile "net.sourceforge.saxon:saxon:9.1.0.8" | ||
| - // Xerces XML parser | ||
| + // Xerces XML parser; see resources/system.properties for usage | ||
| compile "xerces:xercesImpl:2.11.0" | ||
| - | ||
| - // XSLT 2.0 without EXLST | ||
| - //compile "net.sf.saxon:Saxon-HE:9.4" | ||
| // Database |
| # Calls System.setProperty for each of the name/value pairs. | ||
| # | ||
| + | ||
| +# Creates a dependency on the Xerces XML parser. | ||
| javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl | ||
| Delta | 4 lines added, 5 lines removed, 1-line decrease |
|---|