This commit is contained in:
Arndt Brenschede 2015-02-23 20:48:19 +01:00
commit c3cc1fe8f9
12 changed files with 123 additions and 38 deletions

View file

@ -18,8 +18,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>