hexiao 2 years ago
parent
commit
8413405864
1 changed files with 7 additions and 1 deletions
  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>