[general] Improve startup check

This commit is contained in:
Dom Eori
2022-12-24 00:18:37 +09:00
parent c049c00a1b
commit 9898a94d64
2 changed files with 54 additions and 12 deletions

View File

@@ -57,6 +57,13 @@
<version>3.12.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
<dependency>
<groupId>commons-fileupload</groupId>