mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -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
15
pom.xml
15
pom.xml
|
|
@ -78,4 +78,19 @@
|
|||
<mage-version>1.3.0</mage-version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue