We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c5ec8a + 3ffbe25 commit 02ec191Copy full SHA for 02ec191
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -2600,7 +2600,7 @@
2600
</exclusion>
2601
<exclusion>
2602
<groupId>com.zaxxer</groupId>
2603
- <artifactId>HikariCP-java6</artifactId>
+ <artifactId>*</artifactId>
2604
2605
</exclusions>
2606
</dependency>
spring-boot-project/spring-boot-parent/pom.xml
@@ -572,6 +572,12 @@
572
</goals>
573
<configuration>
574
<rules>
575
+ <bannedDependencies>
576
+ <excludes>
577
+ <exclude>com.zaxxer:HikariCP-*</exclude>
578
+ </excludes>
579
+ <searchTransitive>true</searchTransitive>
580
+ </bannedDependencies>
581
<requireJavaVersion>
582
<version>[1.8,)</version>
583
</requireJavaVersion>
0 commit comments