File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ abstractions.
6363 <artifactId >assertj-core</artifactId >
6464 <scope >test</scope >
6565 </dependency >
66+
67+ <!-- 14-Jan-2025, joohyukkim: [JSTEP-10] Most tests have been migrated to
68+ JUnit5, but except `avro` modules `/interop` tests
69+ -->
70+ <dependency >
71+ <groupId >junit</groupId >
72+ <artifactId >junit</artifactId >
73+ <scope >test</scope >
74+ </dependency >
6675 </dependencies >
6776
6877 <build >
Original file line number Diff line number Diff line change 6262 <artifactId >jackson-core</artifactId >
6363 </dependency >
6464
65- <!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
66- <dependency >
67- <groupId >junit</groupId >
68- <artifactId >junit</artifactId >
69- <scope >test</scope >
70- </dependency >
7165 <!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
7266 <dependency >
7367 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments