添加文字转语音jar包

This commit is contained in:
wuchunlei
2024-12-16 10:26:22 +08:00
parent 3bbc6b69c6
commit e8599ff599
2 changed files with 7 additions and 7 deletions

View File

@@ -229,6 +229,13 @@
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/lib/aspose-words-22.10-jdk16.jar</systemPath>
</dependency>
<dependency>
<groupId>net.sourceforge.lame</groupId>
<artifactId>lame</artifactId>
<version>net.sourceforge.lame-3.98.4.jar</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/lib/net.sourceforge.lame-3.98.4.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>