Refactoring the YAML parsing section

This commit is contained in:
2026-04-19 11:56:33 +08:00
parent 9c95f00b6b
commit e4211c87e1
9 changed files with 169 additions and 40 deletions

17
pom.xml
View File

@@ -22,6 +22,23 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/snakeyaml-2.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
</dependency>
</dependencies>
<build>