File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 6464 <artifactId >amoro-shade-zookeeper-3</artifactId >
6565 </dependency >
6666
67+ <dependency >
68+ <groupId >commons-codec</groupId >
69+ <artifactId >commons-codec</artifactId >
70+ </dependency >
71+
6772 <dependency >
6873 <groupId >org.apache.commons</groupId >
6974 <artifactId >commons-pool2</artifactId >
Original file line number Diff line number Diff line change 6767 <artifactId >amoro-shade-zookeeper-3</artifactId >
6868 </dependency >
6969
70+ <dependency >
71+ <groupId >commons-codec</groupId >
72+ <artifactId >commons-codec</artifactId >
73+ </dependency >
74+
7075 <dependency >
7176 <groupId >org.apache.commons</groupId >
7277 <artifactId >commons-pool2</artifactId >
Original file line number Diff line number Diff line change 115115 <log4j .version>2.20.0</log4j .version>
116116 <junit4 .version>4.13.2</junit4 .version>
117117 <junit5 .version>5.9.1</junit5 .version>
118+ <commons-codec .version>1.17.1</commons-codec .version>
118119 <commons-pool2 .version>2.12.0</commons-pool2 .version>
119120 <commons-lang3 .version>3.14.0</commons-lang3 .version>
120121 <commons-beanutils .version>1.11.0</commons-beanutils .version>
298299 <version >${amoro-shade-thrift.version} -${amoro-shade.version} </version >
299300 </dependency >
300301
302+ <dependency >
303+ <groupId >commons-codec</groupId >
304+ <artifactId >commons-codec</artifactId >
305+ <version >${commons-codec.version} </version >
306+ </dependency >
307+
301308 <dependency >
302309 <groupId >org.apache.commons</groupId >
303310 <artifactId >commons-pool2</artifactId >
You can’t perform that action at this time.
0 commit comments