Skip to content

Commit 625bdae

Browse files
committed
Remove JUnit4 dependency
1 parent f633014 commit 625bdae

File tree

3 files changed

+18
-392
lines changed

3 files changed

+18
-392
lines changed

src/test/java/module-info.java

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@
1010
requires tools.jackson.core;
1111
requires tools.jackson.databind;
1212

13-
// Then test dependencies
14-
requires junit;
13+
/// // Actual Test dependencies
14+
15+
// Shared Jackson test functionality
16+
17+
// 15-Jan-2025, tatu: missing module-info for `tools.jackson.core` can't yet add
18+
// (but will be included in Class path just not Module path)
19+
//
20+
//requires tools.jackson.core.testutil;
21+
22+
// Test frameworks, libraries
23+
1524
requires org.junit.jupiter.api;
1625
requires org.junit.jupiter.params;
1726

27+
// Other Test dependencies
28+
1829
requires com.ctc.wstx; // woodstox
1930
requires jakarta.xml.bind; // Jakarta-binding
2031
requires tools.jackson.module.jakarta.xmlbind;

0 commit comments

Comments
 (0)