Skip to content

Commit 2f1678d

Browse files
committed
Minor fixing of test module-info.java (but still no go)
1 parent db59b56 commit 2f1678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
requires com.fasterxml.jackson.annotation;
1212
requires tools.jackson.core;
1313
requires tools.jackson.databind;
14-
requires tools.jackson.module.kotlin;
1514

1615
// Additional test lib/framework dependencies
1716
requires kotlin.test;
1817
requires org.junit.jupiter.api;
1918

2019
// Other test deps
20+
requires tools.jackson.dataformat.xml;
2121

2222
// Further, need to open up test packages for JUnit et al
2323

0 commit comments

Comments
 (0)