pom.xml依赖修改
This commit is contained in:
parent
b58181cd83
commit
cfaadb201b
@ -32,14 +32,6 @@
|
|||||||
<groupId>com.macro.mall</groupId>
|
<groupId>com.macro.mall</groupId>
|
||||||
<artifactId>mall-security</artifactId>
|
<artifactId>mall-security</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-security</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.jsonwebtoken</groupId>
|
|
||||||
<artifactId>jjwt</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aliyun.oss</groupId>
|
<groupId>com.aliyun.oss</groupId>
|
||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
||||||
|
1
pom.xml
1
pom.xml
@ -12,6 +12,7 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>mall-common</module>
|
<module>mall-common</module>
|
||||||
<module>mall-mbg</module>
|
<module>mall-mbg</module>
|
||||||
|
<module>mall-security</module>
|
||||||
<module>mall-demo</module>
|
<module>mall-demo</module>
|
||||||
<module>mall-admin</module>
|
<module>mall-admin</module>
|
||||||
<module>mall-search</module>
|
<module>mall-search</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user