#55 H2 database taken to use in the example code

This commit is contained in:
Ilkka Seppala
2015-07-21 23:23:36 +03:00
parent 581ce4170e
commit 9b4db0a503
6 changed files with 36 additions and 53 deletions

View File

@ -28,5 +28,14 @@
<artifactId>postgresql</artifactId>
<version>9.4-1200-jdbc4</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
</project>