2024-12-13 15:27:59 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-12-13 16:12:27 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2024-12-13 15:27:59 +08:00
|
|
|
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.electromagnetic.data</groupId>
|
|
|
|
|
<artifactId>electromagnetic-data-new</artifactId>
|
2025-02-11 15:10:41 +08:00
|
|
|
<version>1.0</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>electromagnetic-common</artifactId>
|
|
|
|
|
|
|
|
|
|
<properties>
|
2025-04-01 10:54:56 +08:00
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
2024-12-13 15:27:59 +08:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<jwt.version>0.9.0</jwt.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.34</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>${jwt.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk16</artifactId>
|
|
|
|
|
<version>1.46</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
<version>5.8.22</version>
|
|
|
|
|
</dependency>
|
2024-12-18 09:36:05 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
|
<version>1.2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
|
|
<version>1.2.3</version>
|
|
|
|
|
</dependency>
|
2025-01-17 09:40:49 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
|
<artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.documents4j</groupId>
|
|
|
|
|
<artifactId>documents4j-local</artifactId>
|
|
|
|
|
<version>1.0.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.documents4j</groupId>
|
|
|
|
|
<artifactId>documents4j-transformer-msoffice-word</artifactId>
|
|
|
|
|
<version>1.0.3</version>
|
|
|
|
|
</dependency>
|
2025-01-20 17:32:49 +08:00
|
|
|
<!--处理word文档需要的额外的jar包-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--处理word文档需要的额外的jar包-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
<version>4.1.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- POI-word文件处理需要 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
|
|
<version>2.0.24</version>
|
|
|
|
|
</dependency>
|
2025-04-02 16:42:53 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-impl</artifactId>
|
|
|
|
|
<version>2.3.3</version>
|
|
|
|
|
</dependency>
|
2025-01-20 17:32:49 +08:00
|
|
|
|
2024-12-13 15:27:59 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|