You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2017/10/23 17:19:28 UTC

[13/28] tomee git commit: Package xalan with jstlel

Package xalan with jstlel


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5d0b2726
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/5d0b2726
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/5d0b2726

Branch: refs/heads/fb_tomee8
Commit: 5d0b2726f4d041affbeb4d5a7a956fb92039101e
Parents: f24c42e
Author: andygumbrecht <an...@gmx.de>
Authored: Thu Sep 14 13:21:19 2017 +0200
Committer: andygumbrecht <an...@gmx.de>
Committed: Thu Sep 14 13:21:19 2017 +0200

----------------------------------------------------------------------
 pom.xml                      | 6 ++++++
 tck/cdi-embedded/pom.xml     | 5 +++++
 tomee/tomee-embedded/pom.xml | 4 ++++
 tomee/tomee-webapp/pom.xml   | 4 ++++
 4 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/5d0b2726/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3765410..e605af2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1697,6 +1697,12 @@
         <groupId>org.apache.taglibs</groupId>
         <artifactId>taglibs-standard-jstlel</artifactId>
         <version>1.2.5</version>
+        <exclusions>
+          <exclusion>
+              <groupId>xalan</groupId>
+              <artifactId>xalan</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
     </dependencies>
   </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5d0b2726/tck/cdi-embedded/pom.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml
index da4b989..a8b6fa8 100644
--- a/tck/cdi-embedded/pom.xml
+++ b/tck/cdi-embedded/pom.xml
@@ -68,6 +68,11 @@
       <artifactId>taglibs-standard-jstlel</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5d0b2726/tomee/tomee-embedded/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index 9ae8a36..fdbb29a 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -334,6 +334,10 @@
       <artifactId>taglibs-standard-jstlel</artifactId>
     </dependency>
     <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-jdbc</artifactId>
       <exclusions>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5d0b2726/tomee/tomee-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index c4e6821..aefbafa 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -171,6 +171,10 @@
       <artifactId>taglibs-standard-jstlel</artifactId>
     </dependency>
     <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+    </dependency>
+    <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>javaee-api</artifactId>
       <classifier>tomcat</classifier>