* commit '05beac237acc1a8f627118a0fb3f36901265fdf8': Add in junit to the pom.xml, since it was missing
@@ -74,6 +74,12 @@
</build>
<dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>