File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed
Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 124124 <version >4.13.1</version >
125125 <scope >test</scope >
126126 </dependency >
127+
128+ <dependency >
129+ <groupId >org.slf4j</groupId >
130+ <artifactId >slf4j-log4j12</artifactId >
131+ <version >2.0.17</version >
132+ </dependency >
133+
134+ <dependency >
135+ <groupId >org.apache.logging.log4j</groupId >
136+ <artifactId >log4j-api</artifactId >
137+ <version >2.25.3</version >
138+ </dependency >
139+
140+ <dependency >
141+ <groupId >org.apache.logging.log4j</groupId >
142+ <artifactId >log4j-core</artifactId >
143+ <version >2.25.3</version >
144+ </dependency >
145+
146+ <dependency >
147+ <groupId >org.apache.logging.log4j</groupId >
148+ <artifactId >log4j-slf4j-impl</artifactId >
149+ <version >2.25.3</version >
150+ </dependency >
127151 </dependencies >
128152
129153 <build >
Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <dependencies >
13- <dependency >
14- <groupId >org.slf4j</groupId >
15- <artifactId >slf4j-log4j12</artifactId >
16- <version >2.0.17</version >
17- </dependency >
18- <dependency >
19- <groupId >org.apache.logging.log4j</groupId >
20- <artifactId >log4j-api</artifactId >
21- <version >2.25.2</version >
22- </dependency >
23- <dependency >
24- <groupId >org.apache.logging.log4j</groupId >
25- <artifactId >log4j-core</artifactId >
26- <version >2.25.2</version >
27- </dependency >
28- <dependency >
29- <groupId >org.apache.logging.log4j</groupId >
30- <artifactId >log4j-slf4j-impl</artifactId >
31- <version >2.25.2</version >
32- </dependency >
3313 <dependency >
3414 <groupId >io.javalin</groupId >
3515 <artifactId >javalin</artifactId >
You can’t perform that action at this time.
0 commit comments