浏览代码

pom.xml依赖修改

macro 5 年之前
父节点
当前提交
cfaadb201b
共有 2 个文件被更改,包括 1 次插入8 次删除
  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>