Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
quanku
qk_backend
Commits
3b84a25a
Commit
3b84a25a
authored
Aug 23, 2023
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom修改
parent
a95696a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ch-dao/pom.xml
ch-dao/pom.xml
+2
-2
pom.xml
pom.xml
+1
-1
No files found.
ch-dao/pom.xml
View file @
3b84a25a
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.1
1.2
</version>
<version>
2.1
2.4
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<artifactId>
jackson-core
</artifactId>
<artifactId>
jackson-core
</artifactId>
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<artifactId>
jackson-core
</artifactId>
<version>
2.1
1.2
</version>
<version>
2.1
2.4
</version>
</dependency>
</dependency>
...
...
pom.xml
View file @
3b84a25a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
<maven.test.skip>
true
</maven.test.skip>
<fastjson.version>
1.2.70
</fastjson.version>
<fastjson.version>
1.2.70
</fastjson.version>
<jackson-databind.version>
2.1
1.2
</jackson-databind.version>
<jackson-databind.version>
2.1
2.4
</jackson-databind.version>
<jakartajson.version>
2.0.1
</jakartajson.version>
<jakartajson.version>
2.0.1
</jakartajson.version>
<mybatis-spring-boot-starter.version>
1.3.2
</mybatis-spring-boot-starter.version>
<mybatis-spring-boot-starter.version>
1.3.2
</mybatis-spring-boot-starter.version>
<pagehelper-spring-boot-starter.version>
1.2.5
</pagehelper-spring-boot-starter.version>
<pagehelper-spring-boot-starter.version>
1.2.5
</pagehelper-spring-boot-starter.version>
...
...
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