Skip to content

Commit

Permalink
payment项目支持依赖的jar打包(解决依赖jeepay的sdk问题)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeequan committed Sep 19, 2022
1 parent c15ab4b commit 58d428a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jeepay-payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -156,6 +156,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 58d428a

Please sign in to comment.