documentation for the daemon

This commit is contained in:
Andreas Penski 2020-05-06 17:11:35 +02:00
parent 62550c42d8
commit b02126c1cc
5 changed files with 114 additions and 14 deletions

View file

@ -129,6 +129,12 @@
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.8</version>
</dependency>
</dependencies>