mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Use dependency management to use common versions of log4j and junit in all the projects.
This commit is contained in:
parent
826005c945
commit
809d61d5ea
13 changed files with 22 additions and 16 deletions
|
|
@ -30,7 +30,6 @@
|
|||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.9</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.9</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue