File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 100
100
<dependency >
101
101
<groupId >org.apache.logging.log4j</groupId >
102
102
<artifactId >log4j-core</artifactId >
103
- <version >${log4j.version} </version >
104
103
<scope >test</scope >
105
104
</dependency >
106
105
<dependency >
107
106
<groupId >org.apache.logging.log4j</groupId >
108
107
<artifactId >log4j-jcl</artifactId >
109
- <version >${log4j.version} </version >
110
108
<scope >test</scope >
111
109
</dependency >
112
110
<dependency >
138
136
<type >pom</type >
139
137
<scope >import</scope >
140
138
</dependency >
139
+ <dependency >
140
+ <groupId >org.apache.logging.log4j</groupId >
141
+ <artifactId >log4j-bom</artifactId >
142
+ <version >${log4j.version} </version >
143
+ <type >pom</type >
144
+ <scope >import</scope >
145
+ </dependency >
141
146
<dependency >
142
147
<groupId >org.junit</groupId >
143
148
<artifactId >junit-bom</artifactId >
You can’t perform that action at this time.
0 commit comments