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
2af0f6ec
Unverified
Commit
2af0f6ec
authored
May 03, 2023
by
大森林
Committed by
Gitee
May 03, 2023
Browse files
!23 适配高版本jdk
Merge pull request !23 from @xiaochangbai/adopt_newjdk
parents
453cf8be
26be9ce5
Changes
2
Hide whitespace changes
Inline
Side-by-side
jeepay-core/pom.xml
View file @
2af0f6ec
...
...
@@ -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 @
2af0f6ec
...
...
@@ -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