Skip to content

Commit 31577ca

Browse files
committed
optimize dependencies
1 parent a5f2cef commit 31577ca

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>1.0.0</version>
1010

1111
<properties>
12+
<java.version>17</java.version>
1213
<maven.compiler.source>17</maven.compiler.source>
1314
<maven.compiler.target>17</maven.compiler.target>
1415
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -58,16 +59,10 @@
5859
</repositories>
5960

6061
<dependencies>
61-
<dependency> <!-- Unirest -->
62-
<groupId>com.konghq</groupId>
63-
<artifactId>unirest-java</artifactId>
64-
<version>3.14.1</version>
65-
</dependency>
66-
67-
<dependency> <!-- Jackson ObjectMapper -->
68-
<groupId>com.konghq</groupId>
69-
<artifactId>unirest-objectmapper-jackson</artifactId>
70-
<version>3.14.0</version>
62+
<dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
63+
<groupId>com.fasterxml.jackson.core</groupId>
64+
<artifactId>jackson-databind</artifactId>
65+
<version>2.14.1</version>
7166
</dependency>
7267

7368
<dependency> <!-- Acava Common -->

0 commit comments

Comments
 (0)