Skip to content
Snippets Groups Projects
Commit f442d5dc authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Add missing dependency management

parent fad02328
No related branches found
No related tags found
No related merge requests found
...@@ -570,6 +570,11 @@ ...@@ -570,6 +570,11 @@
<artifactId>jna</artifactId> <artifactId>jna</artifactId>
<version>5.12.1</version> <version>5.12.1</version>
</dependency> </dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.quartz-scheduler</groupId> <groupId>org.quartz-scheduler</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment