diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -288,6 +288,11 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>info.faljse</groupId> + <artifactId>SDNotify</artifactId> + <version>1.5</version> + </dependency> + <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <scope>runtime</scope> |