Skip to content

Commit

Permalink
Remote a dep, resolve missing-junit problem. But still failing later on.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 21, 2025
1 parent dc8cb9b commit 4c96552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/kotlin/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Kotline module-info for (unit) Tests
// Kotlin module-info for (unit) Tests
module com.fasterxml.jackson.kotlin
{
// Since we are not split from Main artifact, will not
Expand All @@ -13,7 +13,6 @@

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

Expand Down

0 comments on commit 4c96552

Please sign in to comment.