Commit cfaadb20 authored by macro's avatar macro
Browse files

pom.xml依赖修改

parent b58181cd
...@@ -32,14 +32,6 @@ ...@@ -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>
......
...@@ -12,6 +12,7 @@ ...@@ -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>
......
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