Skip to content

Commit

Permalink
Fixed IMap file storage e2e bug (apache#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian authored and liunaijie committed Aug 12, 2023
1 parent a00cfcb commit b037fc9
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@
<artifactId>hadoop-aliyun</artifactId>
<version>${hadoop-aliyun.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit b037fc9

Please sign in to comment.