Skip to content

Commit

Permalink
Fixed pom.xml for CI workflow compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jun 23, 2024
1 parent 657eebe commit 88cb032
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,17 @@
<maven.compiler.target>22</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>
<version>0.9.0</version>
</dependency>
</dependencies>

</project>

0 comments on commit 88cb032

Please sign in to comment.