Skip to content

Commit

Permalink
fix: removed unnecessary static requires
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jun 26, 2024
1 parent 48c8d90 commit 606757c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
requires io.helidon.webserver.grpc;
requires io.helidon.webserver;
requires jakarta.inject;
requires static java.logging;
}

0 comments on commit 606757c

Please sign in to comment.