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 27fb62b HIVE-23181 : Remove snakeyaml lib from Hive distribution (Roohi Syeda via Ashutosh Chauhan) 27fb62b is described below commit 27fb62b550834f64c8a8a8767f5bf158e179f19b Author: Roohi Syeda <roohisy...@cloudera.com> AuthorDate: Tue Apr 14 07:29:09 2020 -0700 HIVE-23181 : Remove snakeyaml lib from Hive distribution (Roohi Syeda via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <hashut...@apache.org> --- pom.xml | 6 ------ ql/pom.xml | 4 ---- 2 files changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index ae81eea..13f4510 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,6 @@ <rs-api.version>2.0.1</rs-api.version> <json-path.version>2.4.0</json-path.version> <janino.version>3.0.11</janino.version> - <snakeyaml.version>1.23</snakeyaml.version> <datasketches.version>1.0.0-incubating</datasketches.version> </properties> @@ -1027,11 +1026,6 @@ <artifactId>janino</artifactId> <version>${janino.version}</version> </dependency> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - <version>${snakeyaml.version}</version> - </dependency> </dependencies> </dependencyManagement> diff --git a/ql/pom.xml b/ql/pom.xml index 864ec49..3cb96e9 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -800,10 +800,6 @@ <groupId>org.codehaus.janino</groupId> <artifactId>janino</artifactId> </dependency> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - </dependency> </dependencies> <profiles>