From e49cdab039be4b7cc2577f09de627a55168958f6 Mon Sep 17 00:00:00 2001 From: Igor Dvorzhak Date: Wed, 12 Feb 2020 21:01:38 -0800 Subject: [PATCH 1/2] Change Gson dependency scope from to in library --- gcs/CHANGES.md | 2 ++ gcsio/pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/gcs/CHANGES.md b/gcs/CHANGES.md index ba73a6009a..cef99c7293 100644 --- a/gcs/CHANGES.md +++ b/gcs/CHANGES.md @@ -3,6 +3,8 @@ 1. Cooperative Locking FSCK tool: fix recovery of operations that failed before creating an operation log file. +2. Change Gson dependency scope from `provided` to `compile` in `gsio` library. + ### 2.0.0 - 2019-08-23 1. Remove Hadoop 1.x support. diff --git a/gcsio/pom.xml b/gcsio/pom.xml index 1ce7427676..86b8f230cf 100644 --- a/gcsio/pom.xml +++ b/gcsio/pom.xml @@ -113,6 +113,7 @@ com.google.code.gson gson + compile From b5768e7ab60b12410fe61f0e19b84901053ab8ee Mon Sep 17 00:00:00 2001 From: Igor Dvorzhak Date: Thu, 13 Feb 2020 09:29:13 -0800 Subject: [PATCH 2/2] Update CHANGES.md --- gcs/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcs/CHANGES.md b/gcs/CHANGES.md index cef99c7293..6b558885de 100644 --- a/gcs/CHANGES.md +++ b/gcs/CHANGES.md @@ -3,7 +3,7 @@ 1. Cooperative Locking FSCK tool: fix recovery of operations that failed before creating an operation log file. -2. Change Gson dependency scope from `provided` to `compile` in `gsio` library. +1. Change Gson dependency scope from `provided` to `compile` in `gsio` library. ### 2.0.0 - 2019-08-23