Skip to content

Commit c217b8f

Browse files
authored
Remove unused gson dependency in pulsar-package-core (apache#16793)
### 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
1 parent 4c6989c commit c217b8f

File tree

1 file changed

+0
-5
lines changed
  • pulsar-package-management/core

1 file changed

+0
-5
lines changed

pulsar-package-management/core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
<artifactId>guava</artifactId>
4545
</dependency>
4646

47-
<dependency>
48-
<groupId>com.google.code.gson</groupId>
49-
<artifactId>gson</artifactId>
50-
</dependency>
51-
5247
<dependency>
5348
<groupId>org.apache.commons</groupId>
5449
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)