commit f34600b497bcecb422b3878a1bbe0113d71ea332 Author: Roohi Date: Fri Apr 17 15:59:31 2020 -0700 HIVE-23239 Remove snakeyaml lib from Hive distribution via transitive dependency Change-Id: Ib1523f236c185f7ecbb48874054859ec4d441a9f diff --git kafka-handler/pom.xml kafka-handler/pom.xml index 4e58cb9e399dea9c9b849dd6ed5da36fee7912d2..0ad397366a1a48c71707476618e74179cb878a7e 100644 --- kafka-handler/pom.xml +++ kafka-handler/pom.xml @@ -68,6 +68,10 @@ org.slf4j slf4j-api + + org.yaml + snakeyaml + @@ -133,6 +137,10 @@ 5.4.0 test + + org.yaml + snakeyaml + org.apache.avro avro diff --git llap-server/pom.xml llap-server/pom.xml index e03de9cdbb52fb061c319bd72cb36689e6bcbe4f..3d4e3da45b452f8b70f4db3cd69d61d2cd0e0cfd 100644 --- llap-server/pom.xml +++ llap-server/pom.xml @@ -129,6 +129,10 @@ commons-logging commons-logging + + org.yaml + snakeyaml + diff --git ql/pom.xml ql/pom.xml index d1846c92458629d569ac399af79e5afbcf171b86..7a1d56d0655a281aae46ab3fb7c683e690de41f7 100644 --- ql/pom.xml +++ ql/pom.xml @@ -385,6 +385,10 @@ com.fasterxml.jackson.core jackson-core + + org.yaml + snakeyaml + org.apache.calcite.avatica avatica-core @@ -398,6 +402,10 @@ org.apache.calcite.avatica avatica-core + + + org.yaml + snakeyaml