Skip to content

Commit

Permalink
Remove unused gson dependency in pulsar-package-core (#16793)
Browse files Browse the repository at this point in the history
### Modifications
Remove unused gson dependency in pulsar-package-core

### Documentation

Check the box below or label this PR directly.

Need to update docs? 
  
- [x] `doc-not-needed` 
remove dependency, no need test
  • Loading branch information
shoothzj committed Jul 28, 2022
1 parent 4c6989c commit c217b8f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pulsar-package-management/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit c217b8f

Please sign in to comment.