Skip to content

Commit

Permalink
fix org.zalando.problem module being dependent on self (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinolazreg committed Jan 7, 2022
1 parent 21d8aef commit 53ba4dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion problem/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module org.zalando.problem {
requires static org.apiguardian.api;
requires transitive com.google.gson;
requires transitive org.zalando.problem;
exports org.zalando.problem;
}

0 comments on commit 53ba4dd

Please sign in to comment.