| 
46 | 46 |         <awaitility.version>4.2.2</awaitility.version>  | 
47 | 47 |         <commons-codec.version>1.17.0</commons-codec.version>  | 
48 | 48 |         <commons-compress.version>1.26.2</commons-compress.version>  | 
 | 49 | +        <commons-configuration2.version>2.11.0</commons-configuration2.version>  | 
49 | 50 |         <commons-io.version>2.17.0</commons-io.version>  | 
50 | 51 |         <commons-lang3.version>3.14.0</commons-lang3.version>  | 
 | 52 | +        <commons-logging.version>1.3.2</commons-logging.version>  | 
51 | 53 |         <hamcrest.version>1.3</hamcrest.version>  | 
52 | 54 |         <jackson.version>2.15.2</jackson.version>  | 
53 | 55 |         <java.version>11</java.version>  | 
 | 
83 | 85 |                 <type>pom</type>  | 
84 | 86 |                 <scope>import</scope>  | 
85 | 87 |             </dependency>  | 
 | 88 | +            <dependency>  | 
 | 89 | +                <groupId>io.netty</groupId>  | 
 | 90 | +                <artifactId>netty-bom</artifactId>  | 
 | 91 | +                <version>4.1.118.Final</version>  | 
 | 92 | +                <type>pom</type>  | 
 | 93 | +                <scope>import</scope>  | 
 | 94 | +            </dependency>  | 
86 | 95 |             <dependency>  | 
87 | 96 |                 <groupId>org.jetbrains.kotlin</groupId>  | 
88 | 97 |                 <artifactId>kotlin-bom</artifactId>  | 
 | 
139 | 148 |                 <artifactId>commons-io</artifactId>  | 
140 | 149 |                 <version>${commons-io.version}</version>  | 
141 | 150 |             </dependency>  | 
 | 151 | +            <dependency>  | 
 | 152 | +                <groupId>commons-logging</groupId>  | 
 | 153 | +                <artifactId>commons-logging</artifactId>  | 
 | 154 | +                <version>${commons-logging.version}</version>  | 
 | 155 | +            </dependency>  | 
142 | 156 |             <dependency>  | 
143 | 157 |                 <groupId>io.confluent</groupId>  | 
144 | 158 |                 <artifactId>kafka-avro-serializer</artifactId>  | 
 | 
164 | 178 |                 <artifactId>commons-compress</artifactId>  | 
165 | 179 |                 <version>${commons-compress.version}</version>  | 
166 | 180 |             </dependency>  | 
 | 181 | +            <dependency>  | 
 | 182 | +                <groupId>org.apache.commons</groupId>  | 
 | 183 | +                <artifactId>commons-configuration2</artifactId>  | 
 | 184 | +                <version>${commons-configuration2.version}</version>  | 
 | 185 | +            </dependency>  | 
167 | 186 |             <dependency>  | 
168 | 187 |                 <groupId>org.apache.commons</groupId>  | 
169 | 188 |                 <artifactId>commons-lang3</artifactId>  | 
 | 
0 commit comments