Use dependency management to use common versions of log4j and junit in all the projects.

This commit is contained in:
Dustin Conrad 2014-08-09 19:38:34 -04:00
parent 826005c945
commit 809d61d5ea
13 changed files with 22 additions and 16 deletions

View file

@ -33,7 +33,6 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
@ -73,7 +72,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<type>jar</type>
<scope>test</scope>
</dependency>