Commit 81543873 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x'

parents 727f5934 02ec1911
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment