2024-08-13 19:29:04 +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>system</artifactId>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>njcn-common</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-10-30 20:37:42 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>mybatis-plus</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
</dependency>
|
2024-08-13 19:29:04 +08:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn</groupId>
|
|
|
|
|
<artifactId>spingboot2.3.12</artifactId>
|
|
|
|
|
<version>2.3.12</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-11-18 10:23:50 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.njcn.gather</groupId>
|
|
|
|
|
<artifactId>user</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
2025-01-10 09:03:36 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>1.2.83</version>
|
|
|
|
|
</dependency>
|
2025-03-18 13:45:34 +08:00
|
|
|
|
2025-03-20 13:44:16 +08:00
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
|
|
<!-- <artifactId>poi-ooxml</artifactId>-->
|
|
|
|
|
<!-- <version>5.2.3</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
|
|
<!-- <artifactId>poi-ooxml-full</artifactId>-->
|
|
|
|
|
<!-- <version>5.2.3</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
2024-08-13 19:29:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|