Skip to content

Commit

Permalink
Fix SQL module breakage (#351)
Browse files Browse the repository at this point in the history
If not patched, the runner fails to load. I tested it locally.
  • Loading branch information
bgaidioz authored Feb 2, 2024
1 parent 8dde369 commit 6843a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
requires raw.utils;
requires com.fasterxml.jackson.dataformat.csv;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires raw.client;
requires java.sql;
requires com.zaxxer.hikari;
Expand Down

0 comments on commit 6843a3a

Please sign in to comment.