Skip to content

Commit

Permalink
Fix module dependency for jakarta.servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 9, 2021
1 parent 320187a commit 4e01eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
exports jakarta.servlet.jsp.el;

requires transitive jakarta.el;
requires transitive jakarta.servlet.api;
requires transitive jakarta.servlet;
requires transitive java.desktop;
}

0 comments on commit 4e01eef

Please sign in to comment.