File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
<groupId >log4j</groupId >
26
26
<artifactId >log4j</artifactId >
27
27
<version >1.2.17</version >
28
+ <scope >provided</scope >
28
29
</dependency >
29
30
<dependency >
30
31
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 50
50
<groupId >org.apache.logging.log4j</groupId >
51
51
<artifactId >log4j-core</artifactId >
52
52
<version >2.12.0</version >
53
+ <scope >provided</scope >
53
54
</dependency >
54
55
<dependency >
55
56
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 25
25
<groupId >ch.qos.logback</groupId >
26
26
<artifactId >logback-classic</artifactId >
27
27
<version >1.2.3</version >
28
+ <scope >provided</scope >
28
29
</dependency >
29
30
<dependency >
30
31
<groupId >${project.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments