Skip to content

Commit

Permalink
[Project] Removed dependency on jsch for gpiod plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Feb 7, 2024
1 parent 8731817 commit f79d2ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions plugins/pi4j-plugin-gpiod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<description>Pi4J Library Plugin for GPIOD I/O Providers</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-library-gpiod</artifactId>
Expand Down
1 change: 0 additions & 1 deletion plugins/pi4j-plugin-gpiod/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

requires com.pi4j;
requires com.pi4j.library.gpiod;
requires jsch;

exports com.pi4j.plugin.gpiod;
exports com.pi4j.plugin.gpiod.provider.gpio.digital;
Expand Down

0 comments on commit f79d2ed

Please sign in to comment.