* jvm log forging

* jvm log forging

* jvm log forging

* log forging

* adding hikariCP module

* try-with-resources

* adding employee use case

* moving HikariCP to libraries
This commit is contained in:
Abhinab Kanrar
2017-05-15 20:41:27 +05:30
committed by Zeger Hendrikse
parent 0c973f492e
commit d46af17af4
7 changed files with 235 additions and 13 deletions
-13
View File
@@ -178,19 +178,6 @@
<version>2.1.0.1</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.0.0</version>
</dependency>
</dependencies>
<build>