merge ervu-backend/release/ervu/1.9.11

This commit is contained in:
Халтобин Евгений 2025-04-09 09:40:41 +03:00
parent 1ce2361347
commit 4f6c16b5c7
50 changed files with 12221 additions and 934 deletions

View file

@ -188,6 +188,14 @@
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-jdbc-template</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>