完成阿里云文本图片审核服务

This commit is contained in:
KilLze
2025-12-19 01:04:18 +08:00
parent 0aa68e3ec2
commit 8cb0830f8d
3 changed files with 57 additions and 8 deletions

14
pom.xml
View File

@@ -50,6 +50,14 @@
<scope>test</scope>
</dependency>
<!-- JUnit Platform Launcher for resolving junit-platform-launcher:1.8.2 issue -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -95,12 +103,6 @@
<version>0.2.8</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>teautil</artifactId>
<version>0.2.16</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>