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
bb149173
Commit
bb149173
authored
Mar 30, 2022
by
陈泉
Browse files
支持 JDK 17
parent
b86b55ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/pom.xml
View file @
bb149173
...
@@ -112,6 +112,12 @@
...
@@ -112,6 +112,12 @@
<version>
1.0.5
</version>
<version>
1.0.5
</version>
</dependency>
</dependency>
<dependency>
<groupId>
jakarta.activation
</groupId>
<artifactId>
jakarta.activation-api
</artifactId>
<version>
1.2.2
</version>
</dependency>
</dependencies>
</dependencies>
...
...
jeepay-z-codegen/pom.xml
View file @
bb149173
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<version>
1.18.
10
</version>
<version>
1.18.
22
</version>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
...
...
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