|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<artifactId>jeecg-boot-parent</artifactId>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<version>2.4.5</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>jeecg-boot-module-cms</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>us.codecraft</groupId>
|
|
|
|
<artifactId>webmagic-core</artifactId>
|
|
|
|
<version>0.7.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>us.codecraft</groupId>
|
|
|
|
<artifactId>webmagic-extension</artifactId>
|
|
|
|
<version>0.7.3</version>
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
<!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
<!-- <artifactId>slf4j-log4j12</artifactId>-->
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.jacob/jacob 文字转语音 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.hynnet</groupId>
|
|
|
|
<artifactId>jacob</artifactId>
|
|
|
|
<version>1.18</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- 播放MP3音乐 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.soundlibs</groupId>
|
|
|
|
<artifactId>mp3spi</artifactId>
|
|
|
|
<version>1.9.5.4</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- 如果需要解码播放flac文件则引入这个jar包 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jflac</groupId>
|
|
|
|
<artifactId>jflac-codec</artifactId>
|
|
|
|
<version>1.5.2</version>
|
|
|
|
</dependency>
|
|
|
|
<!--播放音乐 使用第三方解决方案 (jaudiotagger.jar)-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org</groupId>
|
|
|
|
<artifactId>jaudiotagger</artifactId>
|
|
|
|
<version>2.0.3</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</project>
|