Skip to content

Commit

Permalink
Exclude HikariCP specific dependency from Quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
ielatif authored and snicoll committed Apr 30, 2019
1 parent 3c5ec8a commit 3ffbe25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@
</exclusion>
<exclusion>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
6 changes: 6 additions & 0 deletions spring-boot-project/spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@
</goals>
<configuration>
<rules>
<bannedDependencies>
<excludes>
<exclude>com.zaxxer:HikariCP-*</exclude>
</excludes>
<searchTransitive>true</searchTransitive>
</bannedDependencies>
<requireJavaVersion>
<version>[1.8,)</version>
</requireJavaVersion>
Expand Down

0 comments on commit 3ffbe25

Please sign in to comment.