mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Reset Hikari to the Java 8 version
This commit is contained in:
@ -70,7 +70,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.zaxxer</groupId>
|
<groupId>com.zaxxer</groupId>
|
||||||
<artifactId>HikariCP</artifactId>
|
<artifactId>HikariCP</artifactId>
|
||||||
<version>5.0.1</version>
|
<version>4.0.3</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<!-- HikariCP uses an old version of this API that has a typo in the service interface -->
|
<!-- HikariCP uses an old version of this API that has a typo in the service interface -->
|
||||||
<!-- We will use the api provided by the jdk14 dependency -->
|
<!-- We will use the api provided by the jdk14 dependency -->
|
||||||
|
Reference in New Issue
Block a user