2024-12-11 11:33:34 +08: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.njcn.gather</groupId>
|
|
|
|
|
<artifactId>CN_Gather</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>detection</artifactId>
|
|
|
|
|
|
2025-01-21 14:41:00 +08:00
|
|
|
<dependencies>
|
2024-12-11 11:33:34 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>njcn-common</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>mybatis-plus</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>spingboot2.3.12</artifactId>
|
|
|
|
|
<version>2.3.12</version>
|
|
|
|
|
</dependency>
|
2024-12-13 09:20:24 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
2025-01-21 14:41:00 +08:00
|
|
|
<artifactId>system</artifactId>
|
2024-12-13 09:20:24 +08:00
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
2024-12-12 18:40:58 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>1.2.83</version>
|
|
|
|
|
</dependency>
|
2024-12-25 20:28:24 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
|
|
|
|
<artifactId>storage</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
2025-01-21 14:41:00 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
|
<version>4.1.68.Final</version>
|
|
|
|
|
</dependency>
|
2025-01-13 09:09:09 +08:00
|
|
|
<!-- WordToHtml .doc .odcx poi -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- 操作excel的库 注意版本保持一致 poi poi-ooxml poi-scratchpad -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--poi-ooxml和*poi-ooxml-schemas*是poi对2007及以上版本的扩充。-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
2025-04-11 11:03:16 +08:00
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.docx4j/docx4j -->
|
2025-05-26 14:26:57 +08:00
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.docx4j</groupId>-->
|
|
|
|
|
<!-- <artifactId>docx4j-core</artifactId>-->
|
|
|
|
|
<!-- <version>8.3.8</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
|
|
<version>2.3.3</version>
|
|
|
|
|
</dependency>
|
2025-09-02 15:53:35 +08:00
|
|
|
|
2025-05-26 14:26:57 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
|
|
|
<version>2.3.3</version>
|
|
|
|
|
</dependency>
|
2025-04-11 11:03:16 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.docx4j</groupId>
|
|
|
|
|
<artifactId>docx4j</artifactId>
|
2025-06-18 17:53:09 +08:00
|
|
|
<version>6.1.0</version>
|
2025-04-11 11:03:16 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.12.0</version> <!-- 您可以根据需要选择其他版本 -->
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>2.12.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
<version>2.12.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-06-18 17:53:09 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>RestTemplate-plugin</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
|
<version>3.10.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-09-02 15:53:35 +08:00
|
|
|
|
2025-09-09 09:43:44 +08:00
|
|
|
<!--波形工具模块-->
|
2025-09-02 15:53:35 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
|
|
|
|
<artifactId>wave-comtrade</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-09-09 09:43:44 +08:00
|
|
|
<!--报告工具模块-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
|
|
|
|
<artifactId>report-generator</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
2025-10-14 20:29:55 +08:00
|
|
|
<!--激活工具-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
|
|
|
|
<artifactId>activate-tool</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
2024-12-11 11:33:34 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
2025-01-21 14:41:00 +08:00
|
|
|
|
2024-12-11 11:33:34 +08:00
|
|
|
</project>
|