Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
schbrain-parent
Commits
04f8926d
Commit
04f8926d
authored
Apr 16, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fastjson2
parent
fcfe0d96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pom.xml
pom.xml
+7
-1
No files found.
pom.xml
View file @
04f8926d
...
...
@@ -74,6 +74,7 @@
<dynamic-datasource.version>
3.5.0
</dynamic-datasource.version>
<easyexcel.version>
3.2.1
</easyexcel.version>
<fastjson.version>
1.2.83
</fastjson.version>
<fastjson2.version>
2.0.28
</fastjson2.version>
<guava.version>
31.1-jre
</guava.version>
<guice.version>
5.1.0
</guice.version>
<hutool.version>
5.8.17
</hutool.version>
...
...
@@ -241,6 +242,11 @@
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
</dependency>
<dependency>
<groupId>
com.alibaba.fastjson2
</groupId>
<artifactId>
fastjson2
</artifactId>
<version>
${fastjson2.version}
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
easyexcel
</artifactId>
...
...
@@ -256,7 +262,7 @@
<artifactId>
dubbo-spring-boot-starter
</artifactId>
<version>
${dubbo.version}
</version>
</dependency>
<!-- user single dependency instead of dubbo-bom,because dubbo-bom set the spring version-->
<!-- user single dependency instead of dubbo-bom,
because dubbo-bom set the spring version-->
<dependency>
<groupId>
org.apache.dubbo
</groupId>
<artifactId>
dubbo-common
</artifactId>
...
...
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