浏览代码

权限项目删除多余的依赖

rengb 3 年之前
父节点
当前提交
3377c547b3
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      security-center/pom.xml

+ 0 - 4
security-center/pom.xml

@@ -45,10 +45,6 @@
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-okhttp</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-aop</artifactId>
-        </dependency>
     </dependencies>
 
     <build>