瀏覽代碼

fix hikaricp依赖冲突

jay 2 年之前
父節點
當前提交
f47b2b3ef5
共有 1 個文件被更改,包括 6 次插入0 次删除
  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>