File tree 2 files changed +8
-3
lines changed
src/test/java/org/apache/logging/log4j/jul/test
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 73
73
<scope >test</scope >
74
74
</dependency >
75
75
<dependency >
76
- <groupId >junit</groupId >
77
- <artifactId >junit</artifactId >
76
+ <groupId >org.junit.jupiter</groupId >
77
+ <artifactId >junit-jupiter-engine</artifactId >
78
+ <scope >test</scope >
79
+ </dependency >
80
+ <dependency >
81
+ <groupId >org.junit.vintage</groupId >
82
+ <artifactId >junit-vintage-engine</artifactId >
78
83
<scope >test</scope >
79
84
</dependency >
80
85
</dependencies >
Original file line number Diff line number Diff line change 26
26
import org .apache .logging .log4j .core .test .appender .ListAppender ;
27
27
import org .apache .logging .log4j .jul .ApiLogger ;
28
28
import org .apache .logging .log4j .jul .LevelTranslator ;
29
- import org .junit .Test ;
29
+ import org .junit .jupiter . api . Test ;
30
30
31
31
/**
32
32
*
You can’t perform that action at this time.
0 commit comments