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.
63
63
<artifactId >assertj-core</artifactId >
64
64
<scope >test</scope >
65
65
</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 >
66
75
</dependencies >
67
76
68
77
<build >
Original file line number Diff line number Diff line change 62
62
<artifactId >jackson-core</artifactId >
63
63
</dependency >
64
64
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 >
71
65
<!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
72
66
<dependency >
73
67
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments