File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
src/main/java/com/provectus/kafka/ui Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 8181 <groupId >io.confluent</groupId >
8282 <artifactId >kafka-json-schema-serializer</artifactId >
8383 <version >${confluent.version} </version >
84+ <exclusions >
85+ <exclusion >
86+ <groupId >commons-collections</groupId >
87+ <artifactId >commons-collections</artifactId >
88+ </exclusion >
89+ </exclusions >
8490 </dependency >
8591 <dependency >
8692 <groupId >io.confluent</groupId >
135141 <artifactId >commons-pool2</artifactId >
136142 <version >${apache.commons.version} </version >
137143 </dependency >
144+ <dependency >
145+ <groupId >org.apache.commons</groupId >
146+ <artifactId >commons-collections4</artifactId >
147+ <version >4.4</version >
148+ </dependency >
138149 <dependency >
139150 <groupId >org.testcontainers</groupId >
140151 <artifactId >testcontainers</artifactId >
238249 <groupId >org.springframework.security</groupId >
239250 <artifactId >spring-security-ldap</artifactId >
240251 </dependency >
241-
242-
243252 <dependency >
244253 <groupId >org.codehaus.groovy</groupId >
245254 <artifactId >groovy-jsr223</artifactId >
Original file line number Diff line number Diff line change 2323import lombok .EqualsAndHashCode ;
2424import lombok .Getter ;
2525import lombok .ToString ;
26- import org .apache .commons .collections .CollectionUtils ;
26+ import org .apache .commons .collections4 .CollectionUtils ;
2727import org .springframework .util .Assert ;
2828
2929@ Getter
Original file line number Diff line number Diff line change 88import java .util .function .Function ;
99import java .util .stream .Stream ;
1010import javax .annotation .Nullable ;
11- import org .apache .commons .collections .CollectionUtils ;
11+ import org .apache .commons .collections4 .CollectionUtils ;
1212import org .opendatadiscovery .oddrn .JdbcUrlParser ;
1313import org .opendatadiscovery .oddrn .model .HivePath ;
1414import org .opendatadiscovery .oddrn .model .MysqlPath ;
Original file line number Diff line number Diff line change 3333import javax .annotation .Nullable ;
3434import lombok .RequiredArgsConstructor ;
3535import lombok .extern .slf4j .Slf4j ;
36- import org .apache .commons .collections .CollectionUtils ;
36+ import org .apache .commons .collections4 .CollectionUtils ;
3737import org .apache .commons .lang3 .StringUtils ;
3838import org .springframework .boot .context .properties .EnableConfigurationProperties ;
3939import org .springframework .core .env .Environment ;
You can’t perform that action at this time.
0 commit comments