This commit is contained in:
2025-10-24 00:49:09 +08:00
parent 540ecb522c
commit c730010937
7 changed files with 246 additions and 9 deletions

13
pom.xml
View File

@ -190,6 +190,12 @@
<version>2.11.1</version> <!-- 可根据需要选择版本 -->
</dependency>
<!-- Apache Commons Codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<!-- swagger2 -->
<dependency>
<groupId>io.springfox</groupId>
@ -261,6 +267,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.meituan.sdk</groupId>
<artifactId>sdk</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/MtOpJavaSDK-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>