Skip to content

Commit bad36e8

Browse files
committed
Add missing module dep for tests
1 parent 8a0dd22 commit bad36e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// Other test deps
2020
requires tools.jackson.dataformat.xml;
21+
requires tools.jackson.datatype.javatime;
2122

2223
// Further, need to open up test packages for JUnit et al
2324

0 commit comments

Comments
 (0)