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
ee49ea7a
Commit
ee49ea7a
authored
Aug 23, 2023
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom修改
parent
eb6702f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
pom.xml
pom.xml
+6
-18
No files found.
pom.xml
View file @
ee49ea7a
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
5.3
</version>
<version>
2.
0.4.RELEASE
</version>
<relativePath/>
<relativePath/>
</parent>
</parent>
...
@@ -18,8 +18,7 @@
...
@@ -18,8 +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.12.4
</jackson-databind.version>
<jackson-databind.version>
2.9.6
</jackson-databind.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>
<shiro-spring-boot-web-starter.version>
1.4.0
</shiro-spring-boot-web-starter.version>
<shiro-spring-boot-web-starter.version>
1.4.0
</shiro-spring-boot-web-starter.version>
...
@@ -32,10 +31,10 @@
...
@@ -32,10 +31,10 @@
<cos_api.version>
5.4.4
</cos_api.version>
<cos_api.version>
5.4.4
</cos_api.version>
<aliyun-sdk-oss.version>
2.5.0
</aliyun-sdk-oss.version>
<aliyun-sdk-oss.version>
2.5.0
</aliyun-sdk-oss.version>
<qiniu-java-sdk.version>
[7.2.0, 7.2.99]
</qiniu-java-sdk.version>
<qiniu-java-sdk.version>
[7.2.0, 7.2.99]
</qiniu-java-sdk.version>
<spring-boot-starter-json.version>
2.
5.3
</spring-boot-starter-json.version>
<spring-boot-starter-json.version>
2.
0.4.RELEASE
</spring-boot-starter-json.version>
<spring-boot-starter-mail.version>
2.
5.3
</spring-boot-starter-mail.version>
<spring-boot-starter-mail.version>
2.
0.4.RELEASE
</spring-boot-starter-mail.version>
<spring-boot-starter-web.version>
2.
5.3
</spring-boot-starter-web.version>
<spring-boot-starter-web.version>
2.
0.4.RELEASE
</spring-boot-starter-web.version>
<spring-boot-starter-sercurity.version>
2.
5.3
</spring-boot-starter-sercurity.version>
<spring-boot-starter-sercurity.version>
2.
0.4.RELEASE
</spring-boot-starter-sercurity.version>
<mapstruct.version>
1.4.2.Final
</mapstruct.version>
<mapstruct.version>
1.4.2.Final
</mapstruct.version>
</properties>
</properties>
...
@@ -144,17 +143,6 @@
...
@@ -144,17 +143,6 @@
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
<version>
${jackson-databind.version}
</version>
</dependency>
<dependency>
<groupId>
jakarta.json
</groupId>
<artifactId>
jakarta.json-api
</artifactId>
<version>
${jakartajson.version}
</version>
</dependency>
<dependency>
<groupId>
org.elasticsearch.client
</groupId>
<artifactId>
elasticsearch-rest-client
</artifactId>
<version>
8.8.2
</version>
</dependency>
</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