Browse Source

权限项目删除多余的依赖

rengb 3 years ago
parent
commit
3377c547b3
1 changed files with 0 additions and 4 deletions
  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>