fixed sonar bugs

This commit is contained in:
jomu
2015-02-21 15:37:23 +00:00
parent cd2f3eb7b4
commit 0da3928f8a
4 changed files with 17 additions and 3 deletions

View File

@ -25,5 +25,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>