Merge branch '2.1.x'
This commit is contained in:
commit
81543873d4
|
|
@ -2742,7 +2742,7 @@
|
|||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
<artifactId>HikariCP-java6</artifactId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -572,6 +572,7 @@
|
|||
<rules>
|
||||
<bannedDependencies>
|
||||
<excludes>
|
||||
<exclude>com.zaxxer:HikariCP-*</exclude>
|
||||
<exclude>javax.*:*:*</exclude>
|
||||
</excludes>
|
||||
<includes>
|
||||
|
|
|
|||
Loading…
Reference in New Issue