mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT-24250: bump xalan version (#2497)
* MNT-24250: bump xalan version * MNT-24250: bump xalan version * bump xalan * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: bump xalan version * MNT-24250: alfresco.3 * MNT-24250: alfresco.3 * MNT-24250: alfresco.3 * MNT-24250: alfresco.3 * MNT-24250: alfresco.3 * MNT-24250: 2.7.3 official * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco.3 * MNT-24250: 2.7.3-alfresco * MNT-24250: 2.7.3-alfresco * MNT-24250: 2.7.3-alfresco * MNT-24250: 2.7.3-alfresco
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -328,7 +328,7 @@
|
||||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
<artifactId>xalan</artifactId>
|
||||
<version>2.7.2-alfresco</version>
|
||||
<version>2.7.3-alfresco</version>
|
||||
<exclusions>
|
||||
<!-- [ACS-544] Excluded to avoid conflict in JDK9+ as it includes javax.xml and w3c.org -->
|
||||
<exclusion>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* #%L
|
||||
* Alfresco Repository
|
||||
* %%
|
||||
* Copyright (C) 2005 - 2016 Alfresco Software Limited
|
||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
||||
* %%
|
||||
* This file is part of the Alfresco software.
|
||||
* If the software was purchased under a paid Alfresco license, the terms of
|
||||
@@ -59,6 +59,7 @@ import org.apache.bsf.BSFManager;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.apache.xalan.processor.TransformerFactoryImpl;
|
||||
import org.apache.xml.utils.Constants;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Element;
|
||||
@@ -142,6 +143,7 @@ public class XSLTProcessor extends BaseProcessor implements TemplateProcessor
|
||||
|
||||
XSLTemplateModel xsltModel = (XSLTemplateModel) model;
|
||||
System.setProperty("org.apache.xalan.extensions.bsf.BSFManager", BSFManager.class.getName());
|
||||
System.setProperty("javax.xml.transform.TransformerFactory", TransformerFactoryImpl.class.getName());
|
||||
|
||||
Document xslTemplate;
|
||||
try
|
||||
|
Reference in New Issue
Block a user