Skip to content

Commit

Permalink
Change Gson dependency scope from 'provided' to 'compile' in gcsio (#281
Browse files Browse the repository at this point in the history
)
  • Loading branch information
medb authored Feb 13, 2020
1 parent 05af057 commit 77a52d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
1. Cooperative Locking FSCK tool: fix recovery of operations that failed before
creating an operation log file.

1. Change Gson dependency scope from `provided` to `compile` in `gsio` library.

### 2.0.0 - 2019-08-23

1. Remove Hadoop 1.x support.
Expand Down
1 change: 1 addition & 0 deletions gcsio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 77a52d7

Please sign in to comment.