Просмотр исходного кода

权限项目删除多余的依赖

rengb 3 лет назад
Родитель
Сommit
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>