Skip to content

Commit 5cec96b

Browse files
committed
Exclude HikariCP artifacts from Quartz scheduler using * wildcard pattern
1 parent d622a92 commit 5cec96b

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@
25702570
</exclusion>
25712571
<exclusion>
25722572
<groupId>com.zaxxer</groupId>
2573-
<artifactId>HikariCP-java6</artifactId>
2573+
<artifactId>*</artifactId>
25742574
</exclusion>
25752575
</exclusions>
25762576
</dependency>

0 commit comments

Comments
 (0)