File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 123
123
<artifactId >log4j-core</artifactId >
124
124
<version >${log4j.version} </version >
125
125
</dependency >
126
+ <dependency >
127
+ <groupId >org.apache.logging.log4j</groupId >
128
+ <artifactId >log4j-slf4j-impl</artifactId >
129
+ <version >${log4j.version} </version >
130
+ </dependency >
126
131
<dependency >
127
132
<groupId >org.apache.logging.log4j</groupId >
128
133
<artifactId >log4j-api</artifactId >
Original file line number Diff line number Diff line change 58
58
<groupId >org.apache.logging.log4j</groupId >
59
59
<artifactId >log4j-core</artifactId >
60
60
</dependency >
61
+ <dependency >
62
+ <groupId >org.apache.logging.log4j</groupId >
63
+ <artifactId >log4j-slf4j-impl</artifactId >
64
+ </dependency >
61
65
<dependency >
62
66
<groupId >org.apache.logging.log4j</groupId >
63
67
<artifactId >log4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments