This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
new 8ab6bb2 Experimental change - Removing Xalan and Serializer from the
final distributions
8ab6bb2 is described below
commit 8ab6bb2fb78dd8818c8b330a16687015f4719c5e
Author: Jonathan Gallimore <[email protected]>
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 c89a37f..87e9d81 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 40691c0..a96df3c 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>