|
@@ -81,6 +81,12 @@
|
|
|
<groupId>io.confluent</groupId>
|
|
|
<artifactId>kafka-json-schema-serializer</artifactId>
|
|
|
<version>${confluent.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.confluent</groupId>
|
|
@@ -135,6 +141,11 @@
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<version>${apache.commons.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-collections4</artifactId>
|
|
|
+ <version>4.4</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
<artifactId>testcontainers</artifactId>
|
|
@@ -238,8 +249,6 @@
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
<artifactId>groovy-jsr223</artifactId>
|