2023-11-27 04:50:09 +00:00
|
|
|
<?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>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.xdadan</groupId>
|
2024-05-06 16:27:33 +00:00
|
|
|
<artifactId>emis</artifactId>
|
2024-05-06 16:22:34 +00:00
|
|
|
<version>1.0.2</version>
|
2024-05-06 16:27:33 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2023-11-27 04:50:09 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>emis-biz</artifactId>
|
2024-05-06 16:22:34 +00:00
|
|
|
<version>1.0.2</version>
|
2023-11-27 04:50:09 +00:00
|
|
|
<description>emis模块</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.xdadan</groupId>
|
|
|
|
|
<artifactId>emis-common</artifactId>
|
2024-05-10 22:40:06 +00:00
|
|
|
<version>1.0.4</version>
|
2023-11-27 04:50:09 +00:00
|
|
|
</dependency>
|
2024-05-06 16:22:34 +00:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.xdadan</groupId>
|
|
|
|
|
<artifactId>emis-system</artifactId>
|
2024-05-10 22:40:06 +00:00
|
|
|
<version>1.0.4</version>
|
2024-05-06 16:22:34 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
2024-04-29 05:38:35 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.googlecode.aviator</groupId>
|
|
|
|
|
<artifactId>aviator</artifactId>
|
|
|
|
|
<version>5.2.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-05-09 04:00:05 +00:00
|
|
|
<!-- pdf核心包 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
<artifactId>itextpdf</artifactId>
|
|
|
|
|
<version>5.5.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
<artifactId>itext-asian</artifactId>
|
|
|
|
|
<version>5.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- html转pdf -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.itextpdf.tool</groupId>
|
|
|
|
|
<artifactId>xmlworker</artifactId>
|
|
|
|
|
<version>5.5.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- pdf转图片 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
|
|
<version>2.0.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
<artifactId>fontbox</artifactId>
|
|
|
|
|
<version>2.0.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--缩略图-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.coobird</groupId>
|
|
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
|
|
<version>0.4.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-06-16 23:29:17 +00:00
|
|
|
|
|
|
|
|
<!-- 阿里云短信服务 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
2024-07-28 07:24:07 +00:00
|
|
|
<artifactId>dysmsapi20170525</artifactId>
|
|
|
|
|
<version>2.0.22</version>
|
2024-07-28 08:08:06 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
<artifactId>tea-openapi</artifactId>
|
|
|
|
|
<version>0.2.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
<artifactId>tea-console</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
</dependency>
|
2024-07-28 07:50:18 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
<artifactId>tea-util</artifactId>
|
|
|
|
|
<version>0.2.14</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
<artifactId>tea</artifactId>
|
|
|
|
|
<version>1.1.14</version>
|
|
|
|
|
</dependency>
|
2024-07-22 21:58:08 +00:00
|
|
|
|
2024-07-28 11:19:31 +00:00
|
|
|
<!-- 移动云-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.mascloud</groupId>-->
|
|
|
|
|
<!-- <artifactId>massdk</artifactId>-->
|
|
|
|
|
<!-- <version>1.0.3</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
2024-07-28 08:08:06 +00:00
|
|
|
|
2024-07-28 08:14:14 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-07-22 21:58:08 +00:00
|
|
|
<!-- alibaba/easyexcel 使用高版本,低版本string接收数字丢小数位的bug -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
2024-07-22 23:36:55 +00:00
|
|
|
<version>3.3.2</version>
|
2024-07-22 21:58:08 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2024-07-27 00:28:55 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.deepoove</groupId>
|
|
|
|
|
<artifactId>poi-tl</artifactId>
|
2024-07-27 00:49:43 +00:00
|
|
|
<version>1.10.6</version>
|
2024-07-27 00:28:55 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2024-07-28 09:39:17 +00:00
|
|
|
<!-- 先执行本地 lib -->
|
2024-07-28 08:57:03 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aspose</groupId>
|
|
|
|
|
<artifactId>aspose-words</artifactId>
|
2024-07-28 09:16:53 +00:00
|
|
|
<version>19.1.0</version>
|
2024-07-28 08:57:03 +00:00
|
|
|
</dependency>
|
2024-07-28 06:16:24 +00:00
|
|
|
|
2024-08-23 04:43:14 +00:00
|
|
|
<!-- apache commons-text-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-text</artifactId>
|
|
|
|
|
<version>1.10.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-04-29 05:38:35 +00:00
|
|
|
|
2023-11-27 04:50:09 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|