start hsadmin api

This commit is contained in:
Peter Hormanns 2020-03-06 19:46:23 +01:00
parent cb716d745c
commit ef095b7d2e

View File

@ -57,7 +57,12 @@
<artifactId>commons-net</artifactId> <artifactId>commons-net</artifactId>
<version>3.6</version> <version>3.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId> <groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId> <artifactId>bootstrap</artifactId>
<version>3.4.1</version> <version>3.4.1</version>