Add testing deps

This commit is contained in:
Derry Hamilton 2019-06-18 13:21:51 +01:00
parent b8883d6f23
commit 6737ae6492

View file

@ -14,6 +14,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>