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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 763d12e  FLUME-3339 - Remove Xerces and Xalan dependencies
763d12e is described below

commit 763d12ed58f33a496f772a69c6eff7e38bc325c1
Author: Ralph Goers <[email protected]>
AuthorDate: Thu Jan 13 07:52:51 2022 -0700

    FLUME-3339 - Remove Xerces and Xalan dependencies
---
 flume-ng-sinks/flume-hive-sink/pom.xml | 17 -----------------
 pom.xml                                | 18 ------------------
 2 files changed, 35 deletions(-)

diff --git a/flume-ng-sinks/flume-hive-sink/pom.xml 
b/flume-ng-sinks/flume-hive-sink/pom.xml
index 846a2ce..fc3009b 100644
--- a/flume-ng-sinks/flume-hive-sink/pom.xml
+++ b/flume-ng-sinks/flume-hive-sink/pom.xml
@@ -107,23 +107,6 @@ limitations under the License.
       <scope>test</scope>
     </dependency>
 
-    <!--temporary - really belongs to hive-streaming : roshan -->
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>${xerces.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>serializer</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-    </dependency>
     <!-- end temporary -->
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 1c0e908..1c105fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,6 @@ limitations under the License.
     <system-rules.version>1.17.0</system-rules.version>
     <thrift.version>0.14.1</thrift.version>
     <twitter4j.version>3.0.3</twitter4j.version>
-    <xalan.version>2.7.2</xalan.version>
-    <xerces.version>2.9.1</xerces.version>
     <wiremock.version>1.53</wiremock.version>
     <zookeeper.version>3.6.2</zookeeper.version>
   </properties>
@@ -1433,22 +1431,6 @@ limitations under the License.
         <scope>test</scope>
       </dependency>
 
-      <!-- Dependency for Hive Sink  -->
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>serializer</artifactId>
-        <version>${xalan.version}</version>
-        <scope>runtime</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <scope>runtime</scope>
-        <version>${xalan.version}</version>
-      </dependency>
-
-
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-common</artifactId>

Reply via email to