Commit 58d428ac authored by dingzhiwei's avatar dingzhiwei
Browse files

payment项目支持依赖的jar打包(解决依赖jeepay的sdk问题)

parent c15ab4ba
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment