提交漏交的文件
This commit is contained in:
parent
1c04ab1602
commit
29f7b885da
|
|
@ -37,6 +37,10 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-mail</artifactId>
|
<artifactId>spring-boot-starter-mail</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.bonus</groupId>
|
||||||
|
<artifactId>bonus-common-config</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,24 +82,6 @@
|
||||||
<version>3.15.1</version>
|
<version>3.15.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.aliyun.oss</groupId>
|
|
||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
|
||||||
<version>3.15.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.aliyun.oss</groupId>
|
|
||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
|
||||||
<version>3.15.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.aliyun.oss</groupId>
|
|
||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
|
||||||
<version>3.15.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.mongodb</groupId>-->
|
<!-- <groupId>org.mongodb</groupId>-->
|
||||||
<!-- <artifactId>mongodb-driver-sync</artifactId>-->
|
<!-- <artifactId>mongodb-driver-sync</artifactId>-->
|
||||||
|
|
|
||||||
1
pom.xml
1
pom.xml
|
|
@ -240,7 +240,6 @@
|
||||||
<module>bonus-modules</module>
|
<module>bonus-modules</module>
|
||||||
<module>bonus-api</module>
|
<module>bonus-api</module>
|
||||||
<module>bonus-common</module>
|
<module>bonus-common</module>
|
||||||
<module>bonus-common/bonus-common-config</module>
|
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue