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
58d428ac
Commit
58d428ac
authored
Sep 19, 2022
by
dingzhiwei
Browse files
payment项目支持依赖的jar打包(解决依赖jeepay的sdk问题)
parent
c15ab4ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/pom.xml
View file @
58d428ac
...
...
@@ -128,7 +128,7 @@
<dependency>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay-sdk-java
</artifactId>
<version>
1.
0
.0
</version>
<version>
pls-
1.
2
.0
</version>
<scope>
system
</scope>
<systemPath>
${projectRootDir}/libs/jeepay-sdk-java-pls-1.2.0.jar
</systemPath>
</dependency>
...
...
@@ -156,6 +156,9 @@
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<includeSystemScope>
true
</includeSystemScope>
</configuration>
</plugin>
<plugin>
...
...
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