You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2022/07/20 02:55:33 UTC

[drill] branch master updated: DRILL-8264: remove xalan dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1f282071c DRILL-8264: remove xalan dependency
e1f282071c is described below

commit e1f282071cddcaf08229d73267540fd7c9cedbfa
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Jul 19 21:26:30 2022 +0100

    DRILL-8264: remove xalan dependency
---
 exec/java-exec/pom.xml |  4 ----
 exec/jdbc/pom.xml      |  6 +-----
 pom.xml                | 21 ---------------------
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index ae25ade04f..e7a3685e1f 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -139,10 +139,6 @@
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.sun.codemodel</groupId>
       <artifactId>codemodel</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index 71bce9a9dd..4381c1c919 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -72,15 +72,11 @@
       <artifactId>sqlline</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- Specify xalan and xerces versions to avoid setXIncludeAware error. -->
+    <!-- Specify xerces versions to avoid setXIncludeAware error. -->
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-    </dependency>
     <dependency>
       <groupId>javax.validation</groupId>
       <artifactId>validation-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 555c774119..d2ce6a5cc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,6 @@
     <testcontainers.version>1.16.3</testcontainers.version>
     <typesafe.config.version>1.0.0</typesafe.config.version>
     <commons.codec.version>1.14</commons.codec.version>
-    <xalan.version>2.7.2</xalan.version>
     <xerces.version>2.12.2</xerces.version>
     <commons.configuration.version>1.10</commons.configuration.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
@@ -1985,11 +1984,6 @@
         <artifactId>xercesImpl</artifactId>
         <version>${xerces.version}</version>
       </dependency>
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <version>${xalan.version}</version>
-      </dependency>
       <dependency>
         <groupId>commons-configuration</groupId>
         <artifactId>commons-configuration</artifactId>
@@ -2773,11 +2767,6 @@
             <artifactId>xercesImpl</artifactId>
             <version>${xerces.version}</version>
           </dependency>
-          <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>${xalan.version}</version>
-          </dependency>
           <dependency>
             <groupId>net.sf.jpam</groupId>
             <artifactId>jpam</artifactId>
@@ -3146,11 +3135,6 @@
             <artifactId>xercesImpl</artifactId>
             <version>${xerces.version}</version>
           </dependency>
-          <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>${xalan.version}</version>
-          </dependency>
           <dependency>
             <groupId>org.apache.parquet</groupId>
             <artifactId>parquet-hadoop</artifactId>
@@ -4042,11 +4026,6 @@
             <artifactId>xercesImpl</artifactId>
             <version>${xerces.version}</version>
           </dependency>
-          <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>${xalan.version}</version>
-          </dependency>
           <dependency>
             <groupId>org.apache.parquet</groupId>
             <artifactId>parquet-hadoop</artifactId>