Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/#406
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 16, 2024
2 parents 440e2f8 + 913079c commit 6f4a4e1
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 6f4a4e1

Please sign in to comment.