Browse Source

fix pom 修复依赖spring-autoconfigure

bianlz 4 months ago
parent
commit
c1dd456078
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pangu-component/pangu-component-domain-starter/pom.xml

+ 1 - 2
pangu-component/pangu-component-domain-starter/pom.xml

@@ -21,7 +21,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -34,4 +33,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
+</project>