minor cleanup work

This commit is contained in:
Eugen Paraschiv
2017-11-27 15:56:07 +02:00
parent 6536e39622
commit ebc25b2b41
2 changed files with 13 additions and 11 deletions
+7 -1
View File
@@ -28,8 +28,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<dependencyManagement>