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
e1b17a6f
Unverified
Commit
e1b17a6f
authored
Mar 29, 2022
by
大森林
Committed by
Gitee
Mar 29, 2022
Browse files
!9 修复 IllegalAccessError 错误
Merge pull request !9 from 青木/master
parents
137db441
96a6a4f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/pom.xml
View file @
e1b17a6f
...
...
@@ -112,6 +112,12 @@
<version>
1.0.5
</version>
</dependency>
<dependency>
<groupId>
jakarta.activation
</groupId>
<artifactId>
jakarta.activation-api
</artifactId>
<version>
1.2.2
</version>
</dependency>
</dependencies>
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/AbstractPaymentService.java
View file @
e1b17a6f
...
...
@@ -22,8 +22,6 @@ import com.jeequan.jeepay.pay.util.ChannelCertConfigKitBean;
import
com.jeequan.jeepay.service.impl.SysConfigService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
javax.jws.Oneway
;
/*
* 支付接口抽象类
*
...
...
jeepay-z-codegen/pom.xml
View file @
e1b17a6f
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.18.
10
</version>
<version>
1.18.
22
</version>
<optional>
true
</optional>
</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