File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<package-name >life.qbic.xmledit</package-name >
18
18
<main-class >life.qbic.xmledit.XMLEditor</main-class >
19
+ <log4j .version>2.20.0</log4j .version>
19
20
</properties >
20
21
21
22
<distributionManagement >
68
69
<artifactId >markdown</artifactId >
69
70
<version >0.1.46</version >
70
71
</dependency >
72
+ <dependency >
73
+ <groupId >org.apache.logging.log4j</groupId >
74
+ <artifactId >log4j-api</artifactId >
75
+ <version >${log4j.version} </version >
76
+ </dependency >
77
+ <dependency >
78
+ <groupId >org.apache.logging.log4j</groupId >
79
+ <artifactId >log4j-core</artifactId >
80
+ <version >${log4j.version} </version >
81
+ </dependency >
82
+ <dependency >
83
+ <groupId >org.apache.logging.log4j</groupId >
84
+ <artifactId >log4j-slf4j2-impl</artifactId >
85
+ <version >${log4j.version} </version >
86
+ </dependency >
71
87
</dependencies >
72
88
<repositories >
73
89
<!-- The order of definitions matters. Explicitly defining central here to make sure it has the highest priority. -->
You can’t perform that action at this time.
0 commit comments