Skip to content

Commit

Permalink
chore: remove deprecated dependency (#67)
Browse files Browse the repository at this point in the history
fixes #67
  • Loading branch information
dialex committed May 7, 2022
1 parent a41865b commit 0fe7cf7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Expand Up @@ -184,18 +184,6 @@
<version>5.1.4</version>
<type>maven-plugin</type>
</dependency>
<!-- Necessary for Windows 10 Ansi support -->
<!-- TODO: remove these -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.10.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.10.0</version>
</dependency>
<!-- Dependencies of test framework -->
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 0fe7cf7

Please sign in to comment.