File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/test/java/org/apache/logging/log4j/jul/test Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7373 <scope >test</scope >
7474 </dependency >
7575 <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 >
7883 <scope >test</scope >
7984 </dependency >
8085 </dependencies >
Original file line number Diff line number Diff line change 2626import org .apache .logging .log4j .core .test .appender .ListAppender ;
2727import org .apache .logging .log4j .jul .ApiLogger ;
2828import org .apache .logging .log4j .jul .LevelTranslator ;
29- import org .junit .Test ;
29+ import org .junit .jupiter . api . Test ;
3030
3131/**
3232 *
You can’t perform that action at this time.
0 commit comments