Skip to content

Commit

Permalink
[filesystem] Correct the gson dependency after rolling back from jind…
Browse files Browse the repository at this point in the history
…o sdk to oss sdk (#2516)
  • Loading branch information
carp84 authored Dec 17, 2023
1 parent 28d7fbe commit 17063b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions paimon-filesystems/paimon-hadoop-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.aliyun:aliyun-java-sdk-core:4.5.10
- com.aliyun:aliyun-java-sdk-kms:2.11.0
- com.aliyun:aliyun-java-sdk-ram:3.1.0
- com.google.code.gson:gson:2.8.9
- com.google.code.gson:gson:2.8.6
- commons-codec:commons-codec:1.9
- commons-logging:commons-logging:1.1.3
- io.opentracing:opentracing-api:0.33.0
Expand Down

0 comments on commit 17063b0

Please sign in to comment.