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
e617da27
Commit
e617da27
authored
Sep 01, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置调整
parent
5d167d2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
1 deletions
+36
-1
pom.xml
+36
-1
No files found.
pom.xml
View file @
e617da27
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<vertx.version>
4.0.0
</vertx.version>
<vertx.version>
4.0.0
</vertx.version>
<netty-version>
4.1.69.Final
</netty-version>
<netty-version>
4.1.69.Final
</netty-version>
<jaxb.version>
2.3.1
</jaxb.version>
<jaxb.version>
2.3.1
</jaxb.version>
<jsqlparser.version>
4.
0
</jsqlparser.version>
<jsqlparser.version>
4.
6
</jsqlparser.version>
<nacos.starter.version>
1.0.2
</nacos.starter.version>
<nacos.starter.version>
1.0.2
</nacos.starter.version>
<protobuf.vaersion>
3.18.0
</protobuf.vaersion>
<protobuf.vaersion>
3.18.0
</protobuf.vaersion>
<transmittable-thread-local.version>
2.12.2
</transmittable-thread-local.version>
<transmittable-thread-local.version>
2.12.2
</transmittable-thread-local.version>
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.target>
1.8
</maven.compiler.target>
<freemarker.version>
2.3.31
</freemarker.version>
<freemarker.version>
2.3.31
</freemarker.version>
<aliyun.oss.version>
3.15.1
</aliyun.oss.version>
</properties>
</properties>
<!-- 依赖声明 -->
<!-- 依赖声明 -->
...
@@ -556,6 +557,40 @@
...
@@ -556,6 +557,40 @@
<version>
${freemarker.version}
</version>
<version>
${freemarker.version}
</version>
</dependency>
</dependency>
<!-- Jackson 核心库 -->
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
2.13.2
</version>
<!-- 使用与 Spring Boot 兼容的版本 -->
</dependency>
<!-- Jackson 数据绑定库 -->
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.13.2
</version>
</dependency>
<!-- Jackson 注解支持 -->
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
2.13.2
</version>
</dependency>
<!-- Java 8 时间类型支持 -->
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<version>
2.13.2
</version>
</dependency>
<!-- 阿里云 OSS SDK -->
<dependency>
<groupId>
com.aliyun.oss
</groupId>
<artifactId>
aliyun-sdk-oss
</artifactId>
<version>
${aliyun.oss.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</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