fix hikaricp依赖冲突

V0.5.x
jay 2023-06-01 20:25:49 +08:00
parent fc685dd637
commit f47b2b3ef5
1 changed files with 6 additions and 0 deletions

View File

@ -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>