Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 16, 2024
1 parent a88aa0b commit 913079c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pi4j-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
*/
module com.pi4j {

// for tests
opens com.pi4j.boardinfo.definition;
opens com.pi4j.boardinfo.model;
opens com.pi4j.boardinfo.util;

// depends on SLF4J
requires org.slf4j;

Expand Down

0 comments on commit 913079c

Please sign in to comment.