* 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
+11
View File
@@ -231,6 +231,17 @@
<artifactId>datanucleus-xml</artifactId>
<version>5.0.0-release</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>
<properties>