This commit is contained in:
@jyuhsin
2026-03-09 14:20:06 +08:00
parent 790180c21f
commit 7caa5ba577
+9
View File
@@ -107,6 +107,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -345,6 +349,11 @@
<artifactId>jboss-logging-annotations</artifactId>
<version>2.1.0.Final</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>