Skip to content

Commit 8b555a8

Browse files
committed
optimize dependencies
1 parent 31577ca commit 8b555a8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</repositories>
6060

6161
<dependencies>
62-
<dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
62+
<dependency> <!-- Jackson -->
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-databind</artifactId>
6565
<version>2.14.1</version>
@@ -72,12 +72,6 @@
7272
<scope>compile</scope>
7373
</dependency>
7474

75-
<dependency> <!-- Gson -->
76-
<groupId>com.google.code.gson</groupId>
77-
<artifactId>gson</artifactId>
78-
<version>2.10</version>
79-
</dependency>
80-
8175
<dependency> <!-- OkHttp -->
8276
<groupId>com.squareup.okhttp3</groupId>
8377
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)