aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-04-12 17:01:30 +0300
committerGravatar Vitaly Takmazov2024-04-12 17:01:30 +0300
commit08e27d1c211b269d738670579e48dc735ae6d3f2 (patch)
treecc88035579660cf40e0b97cd8a9576fb0b44f118 /pom.xml
parent654ca09625623b02a2f9cf6876d9dbb9fdc00b4e (diff)
systemd watchdog service
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 33ae6ceb..d2b45893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>