Browse Source

pom.xml依赖修改

macro 5 years ago
parent
commit
cfaadb201b
2 changed files with 1 additions and 8 deletions
  1. 0 8
      mall-admin/pom.xml
  2. 1 0
      pom.xml

+ 0 - 8
mall-admin/pom.xml

@@ -33,14 +33,6 @@
             <artifactId>mall-security</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-security</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.aliyun.oss</groupId>
             <artifactId>aliyun-sdk-oss</artifactId>
         </dependency>

+ 1 - 0
pom.xml

@@ -12,6 +12,7 @@
     <modules>
         <module>mall-common</module>
         <module>mall-mbg</module>
+        <module>mall-security</module>
         <module>mall-demo</module>
         <module>mall-admin</module>
         <module>mall-search</module>