We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31577ca commit 8b555a8Copy full SHA for 8b555a8
1 file changed
pom.xml
@@ -59,7 +59,7 @@
59
</repositories>
60
61
<dependencies>
62
- <dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
+ <dependency> <!-- Jackson -->
63
<groupId>com.fasterxml.jackson.core</groupId>
64
<artifactId>jackson-databind</artifactId>
65
<version>2.14.1</version>
@@ -72,12 +72,6 @@
72
<scope>compile</scope>
73
</dependency>
74
75
- <dependency> <!-- Gson -->
76
- <groupId>com.google.code.gson</groupId>
77
- <artifactId>gson</artifactId>
78
- <version>2.10</version>
79
- </dependency>
80
-
81
<dependency> <!-- OkHttp -->
82
<groupId>com.squareup.okhttp3</groupId>
83
<artifactId>okhttp</artifactId>
0 commit comments