You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/11/22 11:47:49 UTC

[tomee] branch tomee-7.1.x updated: Experimental change - Removing Xalan and Serializer from the final distributions

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 74fd6da  Experimental change - Removing Xalan and Serializer from the final distributions
74fd6da is described below

commit 74fd6da08362257ad3f4795e7c9d7e39200234bb
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Nov 21 14:56:18 2019 +0000

    Experimental change - Removing Xalan and Serializer from the final distributions
---
 tomee/tomee-embedded/pom.xml | 4 ++--
 tomee/tomee-webapp/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index 9f5a727..0964f70 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -332,10 +332,10 @@
       <groupId>org.apache.taglibs</groupId>
       <artifactId>taglibs-standard-jstlel</artifactId>
     </dependency>
-    <dependency>
+    <!--<dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-    </dependency>
+    </dependency>-->
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-jdbc</artifactId>
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index 1922aaf..029b338 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -174,10 +174,10 @@
       <groupId>org.apache.taglibs</groupId>
       <artifactId>taglibs-standard-jstlel</artifactId>
     </dependency>
-    <dependency>
+    <!--<dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-    </dependency>
+    </dependency>-->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>javaee-api</artifactId>