|
|
|
@ -31,7 +31,7 @@ See benchmarks [here](https://github.com/brettwooldridge/HikariCP/wiki/Benchmark
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>1.2.8</version>
|
|
|
|
|
<version>1.2.9</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
```
|
|
|
|
@ -263,7 +263,7 @@ Google discussion group [HikariCP here](https://groups.google.com/d/forum/hikari
|
|
|
|
|
[](https://twitter.com/share?text=Interesting%20JDBC%20Connection%20Pool&hashtags=HikariCP&url=https%3A%2F%2Fgithub.com%2Fbrettwooldridge%2FHikariCP) [](http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fgithub.com%2Fbrettwooldridge%2FHikariCP&width&layout=standard&action=recommend&show_faces=true&share=false&height=80)
|
|
|
|
|
|
|
|
|
|
#### Requirements ####
|
|
|
|
|
* Java 7 and above<sup>1</sup>. If you need legacy Java support, I recommend the Tomcat pool.
|
|
|
|
|
* Java 7 and above<sup>1</sup>. If you need legacy Java support, I recommend the BoneCP pool.
|
|
|
|
|
* Javassist 3.18.1+ library
|
|
|
|
|
* slf4j library
|
|
|
|
|
|
|
|
|
|