Merge branch 'release/1.9.11' into develop

This commit is contained in:
Халтобин Евгений 2025-04-09 10:08:56 +03:00
commit 6083a48812
20 changed files with 315 additions and 44 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>