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
jinli gu
Jeepay
Commits
26be9ce5
Commit
26be9ce5
authored
May 03, 2023
by
xiaochangbai
Browse files
feat: 适配高版本jdk(jdk11、17)
parent
453cf8be
Changes
2
Hide whitespace changes
Inline
Side-by-side
jeepay-core/pom.xml
View file @
26be9ce5
...
...
@@ -80,6 +80,12 @@
<artifactId>
commons-lang3
</artifactId>
</dependency>
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</dependency>
</dependencies>
<build>
...
...
pom.xml
View file @
26be9ce5
...
...
@@ -53,6 +53,7 @@
<aliyun-openservices-ons-client.version>
1.8.8.1.Final
</aliyun-openservices-ons-client.version>
<mysql.version>
8.0.28
</mysql.version>
<!-- 覆写 spring-boot-dependencies 的依赖版本号 -->
<jaxb-api.version>
2.3.0
</jaxb-api.version>
</properties>
...
...
@@ -177,6 +178,12 @@
<version>
${aliyun-openservices-ons-client.version}
</version>
</dependency>
<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