|
|
<?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">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>dsideal</groupId>
|
|
|
<artifactId>QingLong</artifactId>
|
|
|
<version>1.0</version>
|
|
|
<!--使用jdk21进行编译-->
|
|
|
<properties>
|
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
|
</properties>
|
|
|
<!-- 使用阿里 maven 库 -->
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>ali-maven</id>
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
<releases>
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|
|
|
<snapshots>
|
|
|
<enabled>true</enabled>
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
|
</snapshots>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<dependencies>
|
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba/dashscope-sdk-java -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>dashscope-sdk-java</artifactId>
|
|
|
<version>2.18.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--jfinal主框架-->
|
|
|
<dependency>
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
<version>5.2.3</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
<version>3.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
<artifactId>cos</artifactId>
|
|
|
<version>2022.2</version>
|
|
|
</dependency>
|
|
|
<!-- JApiDocs -->
|
|
|
<dependency>
|
|
|
<groupId>io.github.yedaxia</groupId>
|
|
|
<artifactId>japidocs</artifactId>
|
|
|
<version>1.4.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引入破解的Aspose包-->
|
|
|
<dependency>
|
|
|
<groupId>aspose.words</groupId>
|
|
|
<artifactId>words-jar</artifactId>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>aspose.cells</groupId>
|
|
|
<artifactId>cells-jar</artifactId>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>aspose.pdf</groupId>
|
|
|
<artifactId>pdf-jar</artifactId>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
<!-- SQLite JDBC Driver -->
|
|
|
<dependency>
|
|
|
<groupId>org.xerial</groupId>
|
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
|
<version>3.42.0.0</version>
|
|
|
</dependency>
|
|
|
<!--生成PDF时,写入中文名-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
<version>3.0.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.icecooly</groupId>
|
|
|
<artifactId>FastHttpClient</artifactId>
|
|
|
<version>1.10</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>de.ruedigermoeller</groupId>
|
|
|
<artifactId>fst</artifactId>
|
|
|
<version>3.0.4-jdk17</version>
|
|
|
</dependency>
|
|
|
<!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
|
|
|
<dependency>
|
|
|
<groupId>com.belerweb</groupId>
|
|
|
<artifactId>pinyin4j</artifactId>
|
|
|
<version>2.5.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.github.biezhi</groupId>
|
|
|
<artifactId>TinyPinyin</artifactId>
|
|
|
<version>2.0.3.RELEASE</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.stuxuhai</groupId>
|
|
|
<artifactId>jpinyin</artifactId>
|
|
|
<version>1.1.8</version>
|
|
|
</dependency>
|
|
|
<!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 end -->
|
|
|
<dependency>
|
|
|
<groupId>com.huaweicloud</groupId>
|
|
|
<artifactId>esdk-obs-java</artifactId>
|
|
|
<version>3.23.9.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
<version>8.0.33</version>
|
|
|
</dependency>
|
|
|
<!--https://blog.csdn.net/AdminGuan/article/details/100147488-->
|
|
|
<!--JWT,用于鉴权-->
|
|
|
<dependency>
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
<version>0.7.0</version>
|
|
|
</dependency>
|
|
|
<!--引用json库-->
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<classifier>jdk15</classifier>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引入定时器组件-->
|
|
|
<dependency>
|
|
|
<groupId>it.sauronsoftware.cron4j</groupId>
|
|
|
<artifactId>cron4j</artifactId>
|
|
|
<version>2.2.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引用ssh+sftp组件-->
|
|
|
<dependency>
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
<artifactId>jsch</artifactId>
|
|
|
<version>0.1.55</version>
|
|
|
</dependency>
|
|
|
<!--引用光-->
|
|
|
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
<version>5.1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--读取硬件信息-->
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.oshi/oshi-core -->
|
|
|
<dependency>
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
<version>6.4.3</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--图片缩放-->
|
|
|
<dependency>
|
|
|
<groupId>net.coobird</groupId>
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
<version>0.4.19</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--日志logback-->
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
<version>1.4.7</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
|
|
<!--安装hutool-->
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
<version>5.8.24</version>
|
|
|
</dependency>
|
|
|
<!--引用fastjson-->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>2.0.45</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引用poi-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
<version>5.2.5</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
<version>5.2.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引用jsoup防止xss攻击-->
|
|
|
<dependency>
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
<version>1.17.2</version>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid</artifactId>
|
|
|
<version>1.2.23</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--强制升级httpclient和httpcore-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
<version>4.5.14</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
<version>4.4.15</version>
|
|
|
</dependency>
|
|
|
<!--引入钉钉SDK-->
|
|
|
<dependency>
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
<artifactId>dingtalk</artifactId>
|
|
|
<version>2.0.18</version>
|
|
|
</dependency>
|
|
|
<!--手机号生成器-->
|
|
|
<!--https://github.com/binarywang/java-testdata-generator-->
|
|
|
<dependency>
|
|
|
<groupId>com.github.binarywang</groupId>
|
|
|
<artifactId>java-testdata-generator</artifactId>
|
|
|
<version>1.1.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
<version>42.7.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引用gson-->
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
<artifactId>gson</artifactId>
|
|
|
<version>2.10.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
<version>2.14.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-email</artifactId>
|
|
|
<version>1.5</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
<version>3.12.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
<version>2.1.4</version>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
|
|
|
<dependency>
|
|
|
<groupId>redis.clients</groupId>
|
|
|
<artifactId>jedis</artifactId>
|
|
|
<version>5.1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpmime</artifactId>
|
|
|
<version>4.5.14</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
<version>2.20.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
<version>2.20.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.web3j/core -->
|
|
|
<dependency>
|
|
|
<groupId>org.web3j</groupId>
|
|
|
<artifactId>core</artifactId>
|
|
|
<version>5.0.0</version>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
|
|
|
<dependency>
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
<artifactId>okhttp</artifactId>
|
|
|
<version>4.12.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
<version>1.7.36</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--生成测试数据-->
|
|
|
<dependency>
|
|
|
<groupId>com.github.javafaker</groupId>
|
|
|
<artifactId>javafaker</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--引入kafka-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.kafka</groupId>
|
|
|
<artifactId>kafka-clients</artifactId>
|
|
|
<version>3.6.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.kafka</groupId>
|
|
|
<artifactId>kafka-streams</artifactId>
|
|
|
<version>3.6.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.debezium</groupId>
|
|
|
<artifactId>debezium-api</artifactId>
|
|
|
<version>2.4.2.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.debezium</groupId>
|
|
|
<artifactId>debezium-embedded</artifactId>
|
|
|
<version>2.4.2.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.debezium</groupId>
|
|
|
<artifactId>debezium-connector-mysql</artifactId>
|
|
|
<version>2.4.2.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.debezium</groupId>
|
|
|
<artifactId>debezium-connector-postgres</artifactId>
|
|
|
<version>2.4.2.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
<version>2.15.3</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
<version>2.14.2</version>
|
|
|
<!--升级到新版本时Debezium启动失败!-->
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
<version>1.18.30</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.hiforce.pixel.open</groupId>
|
|
|
<artifactId>pixel-force-open-client</artifactId>
|
|
|
<version>1.0.6</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.hiforce.pixel.open</groupId>
|
|
|
<artifactId>pixel-force-open-sample</artifactId>
|
|
|
<version>1.0.6</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
<artifactId>jakarta.json</artifactId>
|
|
|
<version>2.0.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.hankcs</groupId>
|
|
|
<artifactId>hanlp</artifactId>
|
|
|
<version>portable-1.8.4</version>
|
|
|
</dependency>
|
|
|
<!--阿里云声音识别-->
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.alibaba.nls</groupId>-->
|
|
|
<!-- <artifactId>nls-sdk-common</artifactId>-->
|
|
|
<!-- <version>2.1.6</version>-->
|
|
|
<!-- </dependency>-->
|
|
|
<!-- https://mvnrepository.com/artifact/com.aliyun/aliyun-java-sdk-core -->
|
|
|
<dependency>
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
<version>4.7.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>3.11.0</version>
|
|
|
<configuration>
|
|
|
<source>21</source>
|
|
|
<target>21</target>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
<!-- java21 保留参数名编译参数 -->
|
|
|
<compilerArgument>-parameters</compilerArgument>
|
|
|
<compilerArgument>-Xlint:unchecked</compilerArgument>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project> |