File tree Expand file tree Collapse file tree
io/aiven/commons/kafka/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <properties >
3434 <maven .artifact.version>3.9.6</maven .artifact.version>
3535 </properties >
36-
36+ <dependencyManagement >
37+ <dependencies >
38+ <dependency >
39+ <groupId >com.google.cloud</groupId >
40+ <artifactId >libraries-bom</artifactId >
41+ <version >${google.cloud.bom.version} </version >
42+ <type >pom</type >
43+ <scope >import</scope >
44+ <exclusions >
45+ <exclusion >
46+ <groupId >com.google.auto.value</groupId >
47+ <artifactId >auto-value</artifactId >
48+ </exclusion >
49+ </exclusions >
50+ </dependency >
51+ </dependencies >
52+ </dependencyManagement >
3753 <dependencies >
54+ <dependency >
55+ <groupId >com.google.http-client</groupId >
56+ <artifactId >google-http-client</artifactId >
57+ <scope >provided</scope >
58+ </dependency >
59+ <dependency >
60+ <groupId >com.google.http-client</groupId >
61+ <artifactId >google-http-client-gson</artifactId >
62+ <scope >provided</scope >
63+ </dependency >
3864 <dependency >
3965 <groupId >io.aiven.commons</groupId >
4066 <artifactId >common-util</artifactId >
4167 <version >0.1.0-SNAPSHOT</version >
4268 </dependency >
69+ <dependency >
70+ <groupId >org.apache.commons</groupId >
71+ <artifactId >commons-text</artifactId >
72+ <version >1.14.0</version >
73+ </dependency >
4374 <dependency >
4475 <groupId >org.apache.maven</groupId >
4576 <artifactId >maven-artifact</artifactId >
Original file line number Diff line number Diff line change 1616
1717package io .aiven .commons .kafka .config .fragment ;
1818
19- import io .aiven .commons .collections .TimeScale ;
19+ import io .aiven .commons .util . collections .TimeScale ;
2020import io .aiven .commons .kafka .config .ExtendedConfigKey ;
2121import io .aiven .commons .kafka .config .SinceInfo ;
2222import io .aiven .commons .kafka .config .validator .PredicateGatedValidator ;
Original file line number Diff line number Diff line change 1717
1818 SPDX-License-Identifier: Apache-2
1919 */
20- import io .aiven .commons .collections .Scale ;
20+ import io .aiven .commons .util . collections .Scale ;
2121import org .apache .kafka .common .config .ConfigDef ;
2222import org .apache .kafka .common .config .ConfigException ;
2323
Original file line number Diff line number Diff line change 1616
1717package io .aiven .commons .kafka .config .validator ;
1818
19- import io .aiven .commons .collections .TimeScale ;
19+ import io .aiven .commons .util . collections .TimeScale ;
2020import org .apache .kafka .common .config .ConfigDef ;
2121import org .apache .kafka .common .config .ConfigException ;
2222
Original file line number Diff line number Diff line change 2323 exports io .aiven .commons .kafka .config .fragment ;
2424 exports io .aiven .commons .kafka .config .validator ;
2525
26- requires io .aiven .commons .collections ;
27- requires org .slf4j ;
26+ requires transitive io .aiven .commons .util ;
27+ uses org .slf4j .Logger ;
28+ uses org .slf4j .LoggerFactory ;
2829 requires kafka .clients ;
2930 requires connect .runtime ;
3031 requires org .apache .commons .lang3 ;
3132 requires maven .artifact ;
32- requires java .validation ;
3333 requires org .apache .commons .io ;
34+ requires org .slf4j ;
3435 requires velocity .tools .generic ;
3536}
You can’t perform that action at this time.
0 commit comments