Skip to content

Commit

Permalink
Issue #5759 Module name changed to jakarta.transaction
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Dec 7, 2020
1 parent 8a8dba1 commit 9466b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-plus/src/main/java/module-info.java
Expand Up @@ -34,7 +34,7 @@
// Only required if using DataSourceLoginService.
requires static java.sql;
// Only required if using Transaction.
requires static java.transaction;
requires static jakarta.transaction;
// Only required if using RunAs.
requires static org.eclipse.jetty.servlet;

Expand Down

0 comments on commit 9466b15

Please sign in to comment.