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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9940cab  HIVE-23239 : Remove snakeyaml lib from Hive distribution via 
transitive dependency (Roohi Syeda via Ashutosh Chauhan)
9940cab is described below

commit 9940cab2805527c567f55760f9856b0f9bf98b67
Author: Roohi Syeda <roohisy...@cloudera.com>
AuthorDate: Sat Apr 18 10:54:32 2020 -0700

    HIVE-23239 : Remove snakeyaml lib from Hive distribution via transitive 
dependency (Roohi Syeda via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashut...@apache.org>
---
 kafka-handler/pom.xml | 8 ++++++++
 llap-server/pom.xml   | 4 ++++
 ql/pom.xml            | 8 ++++++++
 3 files changed, 20 insertions(+)

diff --git a/kafka-handler/pom.xml b/kafka-handler/pom.xml
index 4e58cb9..0ad3973 100644
--- a/kafka-handler/pom.xml
+++ b/kafka-handler/pom.xml
@@ -68,6 +68,10 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.yaml</groupId>
+          <artifactId>snakeyaml</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -134,6 +138,10 @@
       <scope>test</scope>
       <exclusions>
         <exclusion>
+          <groupId>org.yaml</groupId>
+          <artifactId>snakeyaml</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.avro</groupId>
           <artifactId>avro</artifactId>
         </exclusion>
diff --git a/llap-server/pom.xml b/llap-server/pom.xml
index e03de9c..3d4e3da 100644
--- a/llap-server/pom.xml
+++ b/llap-server/pom.xml
@@ -129,6 +129,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+         <exclusion>
+          <groupId>org.yaml</groupId>
+          <artifactId>snakeyaml</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/ql/pom.xml b/ql/pom.xml
index d1846c9..a0e77a1 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -386,6 +386,10 @@
           <artifactId>jackson-core</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.yaml</groupId>
+          <artifactId>snakeyaml</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.calcite.avatica</groupId>
           <artifactId>avatica-core</artifactId>
         </exclusion>
@@ -399,6 +403,10 @@
           <groupId>org.apache.calcite.avatica</groupId>
           <artifactId>avatica-core</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.yaml</groupId>
+          <artifactId>snakeyaml</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to