Skip to content

Commit

Permalink
Add Serial Port as a valid Call Scope Source
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed May 10, 2024
1 parent 9b49ae4 commit 97632c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Database/postgresql/src/moditect/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module org.postgresql.jdbc {

exports org.postgresql;
exports org.postgresql.xa;
exports org.postgresql.ds.common;
exports org.postgresql.util to org.hibernate.orm.core;

requires java.sql;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public enum CallScopeSource
Http,
WebSocket,
RabbitMQ,
Timer
Timer,
SerialPort
}

0 comments on commit 97632c1

Please sign in to comment.