Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-parent-pom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-parent-pom
Commits
eee5e339
Commit
eee5e339
authored
Oct 13, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置调整
parent
e617da27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
8 deletions
+89
-8
pom.xml
+89
-8
No files found.
pom.xml
View file @
eee5e339
...
...
@@ -28,7 +28,6 @@
<commons.lang3.version>
3.14.0
</commons.lang3.version>
<commons.io.version>
2.11.0
</commons.io.version>
<commons.fileupload.version>
1.3.3
</commons.fileupload.version>
<poi.version>
4.1.2
</poi.version>
<velocity.version>
1.7
</velocity.version>
<jwt.version>
0.9.0
</jwt.version>
<forest.version>
1.5.24
</forest.version>
...
...
@@ -79,6 +78,14 @@
<maven.compiler.target>
1.8
</maven.compiler.target>
<freemarker.version>
2.3.31
</freemarker.version>
<aliyun.oss.version>
3.15.1
</aliyun.oss.version>
<pdfbox.version>
2.0.29
</pdfbox.version>
<itext7.version>
7.2.5
</itext7.version>
<!-- iText 7版本 -->
<poi.version>
5.2.3
</poi.version>
<xmlbeans.version>
5.1.1
</xmlbeans.version>
<docx4j.version>
8.3.4
</docx4j.version>
<easypoi.version>
4.4.0
</easypoi.version>
<email.version>
1.6.2
</email.version>
<xxl-job.version>
2.3.1
</xxl-job.version>
</properties>
<!-- 依赖声明 -->
...
...
@@ -228,13 +235,6 @@
<version>
${commons.fileupload.version}
</version>
</dependency>
<!-- excel工具 -->
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi-ooxml-schemas
</artifactId>
<version>
${poi.version}
</version>
</dependency>
<!--velocity代码生成使用模板 -->
<dependency>
<groupId>
org.apache.velocity
</groupId>
...
...
@@ -591,6 +591,87 @@
<artifactId>
aliyun-sdk-oss
</artifactId>
<version>
${aliyun.oss.version}
</version>
</dependency>
<dependency>
<groupId>
com.documents4j
</groupId>
<artifactId>
documents4j-local
</artifactId>
<version>
1.1.12
</version>
</dependency>
<dependency>
<groupId>
com.documents4j
</groupId>
<artifactId>
documents4j-transformer-msoffice-word
</artifactId>
<version>
1.1.12
</version>
</dependency>
<!-- Apache POI for Word 处理 -->
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi
</artifactId>
<version>
${poi.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi-ooxml
</artifactId>
<version>
${poi.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.xmlbeans
</groupId>
<artifactId>
xmlbeans
</artifactId>
<version>
${xmlbeans.version}
</version>
</dependency>
<!-- EasyPOI核心依赖 -->
<dependency>
<groupId>
cn.afterturn
</groupId>
<artifactId>
easypoi-base
</artifactId>
<version>
${easypoi.version}
</version>
</dependency>
<dependency>
<groupId>
cn.afterturn
</groupId>
<artifactId>
easypoi-web
</artifactId>
<version>
${easypoi.version}
</version>
</dependency>
<dependency>
<groupId>
cn.afterturn
</groupId>
<artifactId>
easypoi-annotation
</artifactId>
<version>
${easypoi.version}
</version>
</dependency>
<!-- EasyPOI模板功能需要的额外依赖 -->
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<version>
2.3.31
</version>
</dependency>
<dependency>
<groupId>
org.jxls
</groupId>
<artifactId>
jxls
</artifactId>
<version>
2.12.0
</version>
</dependency>
<dependency>
<groupId>
org.jxls
</groupId>
<artifactId>
jxls-poi
</artifactId>
<version>
2.12.0
</version>
</dependency>
<dependency>
<groupId>
com.github.houbb
</groupId>
<artifactId>
opencc4j
</artifactId>
<version>
1.8.0
</version>
</dependency>
<!-- 邮箱依赖 -->
<dependency>
<groupId>
com.sun.mail
</groupId>
<artifactId>
javax.mail
</artifactId>
<version>
${email.version}
</version>
</dependency>
<!-- XXL-Job 核心依赖 -->
<dependency>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-core
</artifactId>
<version>
${xxl-job.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment