Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
9b6c5c99
Commit
9b6c5c99
authored
Oct 17, 2022
by
macro
Browse files
解决JDK 11 兼容性问题
parent
485aec3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
9b6c5c99
...
...
@@ -48,6 +48,7 @@
<aliyun-oss.version>
2.5.0
</aliyun-oss.version>
<logstash-logback.version>
7.2
</logstash-logback.version>
<minio.version>
8.4.1
</minio.version>
<jaxb-api.version>
2.3.1
</jaxb-api.version>
<mall-common.version>
1.0-SNAPSHOT
</mall-common.version>
<mall-mbg.version>
1.0-SNAPSHOT
</mall-mbg.version>
<mall-security.version>
1.0-SNAPSHOT
</mall-security.version>
...
...
@@ -80,6 +81,12 @@
<artifactId>
spring-boot-configuration-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<!--解决JDK 11 兼容性问题-->
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
${jaxb-api.version}
</version>
</dependency>
</dependencies>
<dependencyManagement>
...
...
Write
Preview
Supports
Markdown
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