jay 2 лет назад
Родитель
Сommit
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>