Skip to content

Commit

Permalink
Added gpiod plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed May 21, 2024
1 parent bc083fd commit 8eac5be
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,40 +63,37 @@
</properties>

<dependencies>
<!-- Pi4J Core -->
<!-- Pi4J -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-core</artifactId>
<version>${pi4j.version}</version>
</dependency>

<!-- Pi4J Raspberry Pi Platform -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin-raspberrypi</artifactId>
<version>${pi4j.version}</version>
</dependency>

<!-- Pi4J Raspberry Pi GPIO -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin-pigpio</artifactId>
<version>${pi4j.version}</version>
</dependency>

<!-- Pi4J Mock Platform -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin-mock</artifactId>
<version>${pi4j.version}</version>
</dependency>

<!-- Plugin for I2C -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin-linuxfs</artifactId>
<version>${pi4j.version}</version>
</dependency>
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin-gpiod</artifactId>
<version>${pi4j.version}</version>
</dependency>

<!-- PicoCLI -->
<dependency>
Expand Down Expand Up @@ -125,7 +122,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 8eac5be

Please sign in to comment.