Skip to content

Commit

Permalink
Minor fixing of test module-info.java (but still no go)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 11, 2025
1 parent db59b56 commit 2f1678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
requires com.fasterxml.jackson.annotation;
requires tools.jackson.core;
requires tools.jackson.databind;
requires tools.jackson.module.kotlin;

// Additional test lib/framework dependencies
requires kotlin.test;
requires org.junit.jupiter.api;

// Other test deps
requires tools.jackson.dataformat.xml;

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

Expand Down

0 comments on commit 2f1678d

Please sign in to comment.