hexiao 2 năm trước cách đây
mục cha
commit
8413405864
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      hazard-sdk/pom.xml

+ 7 - 1
hazard-sdk/pom.xml

@@ -27,6 +27,12 @@
         <dependency>
             <groupId>com.ozs</groupId>
             <artifactId>business-service</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-security</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
-</project>
+</project>