mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
'init'
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -12,7 +12,7 @@
|
||||
<description>payment sdk</description>
|
||||
|
||||
<modules>
|
||||
<module>oss-spring-boot-autoconfigure</module>
|
||||
<module>payment-spring-boot-autoconfigure</module>
|
||||
<module>payment-spring-boot-starter</module>
|
||||
</modules>
|
||||
|
||||
@@ -66,6 +66,11 @@
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.verison}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.enongm.dianji</groupId>
|
||||
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user