This commit is contained in:
Arndt 2015-02-07 08:16:29 +01:00
commit 1e25186e88
5 changed files with 18 additions and 19 deletions

View file

@ -12,10 +12,10 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>