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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f1b57a  Experimental change - Removing Xalan and Serializer from the 
final distributions
5f1b57a is described below

commit 5f1b57af1b4f11638c8c9540fcc83feb618980a4
Author: Jonathan Gallimore <j...@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 6823ece..edc48a5 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -335,10 +335,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 e4535d8..663f2fd 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -175,10 +175,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>

Reply via email to