Skip to content

Commit

Permalink
[Misc] Remove dependency management which does not seems to be needed…
Browse files Browse the repository at this point in the history
… anymore
  • Loading branch information
tmortagne committed Dec 24, 2024
1 parent 502f008 commit b3069c4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,17 +577,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.15.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.15.0</version>
</dependency>

<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
Expand Down

0 comments on commit b3069c4

Please sign in to comment.