Browse Source

fix hikaricp依赖冲突

jay 2 năm trước cách đây
mục cha
commit
f47b2b3ef5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      iot-module/iot-rule-engine/pom.xml

+ 6 - 0
iot-module/iot-rule-engine/pom.xml

@@ -24,6 +24,12 @@
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.zaxxer</groupId>
+                    <artifactId>HikariCP-java7</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>