SUPPORT-8774 update kafka-clients

This commit is contained in:
kochetkov 2024-12-10 15:04:59 +03:00
parent 7dec9acd5b
commit 3f2711a74e
2 changed files with 31 additions and 0 deletions

View file

@ -89,6 +89,14 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</dependency>
<dependency>
<groupId>ru.cg.webbpm.modules</groupId>
<artifactId>inject</artifactId>